From 778560576f6ec58ff24a8608ef8dada453e20138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Horv=C3=A1t?= Date: Mon, 2 Dec 2024 15:27:17 +0100 Subject: [PATCH] Style: improved url highlighting --- .../modules/theme/assets/semantic-ui/scss/styles.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/cernopendata/modules/theme/assets/semantic-ui/scss/styles.scss b/cernopendata/modules/theme/assets/semantic-ui/scss/styles.scss index 0199079..fbe061f 100644 --- a/cernopendata/modules/theme/assets/semantic-ui/scss/styles.scss +++ b/cernopendata/modules/theme/assets/semantic-ui/scss/styles.scss @@ -354,9 +354,14 @@ a { margin-bottom: 0; } -.card-body h4 a { - font-size: 20px; - color: #3b97d3; +.card-body { + h4 { + font-size: 20px; + } + + a { + color: $light-blue; + } } .date-author-small {