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
- -