From bd292d5424f64d829536d64a3fce0971a30457e3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 18 Jun 2025 09:21:17 +0200 Subject: [PATCH] improve link styling and buttons --- hub/services/static/css/servala-main.css | 5 +++++ hub/services/templates/services/article_detail.html | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hub/services/static/css/servala-main.css b/hub/services/static/css/servala-main.css index bd5e811..a766b6e 100644 --- a/hub/services/static/css/servala-main.css +++ b/hub/services/static/css/servala-main.css @@ -12529,4 +12529,9 @@ a.btn:focus { background-color: #f8f9fa; padding: 20px; border-radius: 8px; +} + +.article-content a { + font-weight: bold; + text-decoration: underline; } \ No newline at end of file diff --git a/hub/services/templates/services/article_detail.html b/hub/services/templates/services/article_detail.html index 051967c..4a10c01 100644 --- a/hub/services/templates/services/article_detail.html +++ b/hub/services/templates/services/article_detail.html @@ -40,9 +40,7 @@
-
- {{ article.content|safe }} -
+ {{ article.content|safe }}
@@ -139,10 +137,7 @@ Back to Articles
- -