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/base.html b/hub/services/templates/base.html index 93d9364..9cef2f2 100644 --- a/hub/services/templates/base.html +++ b/hub/services/templates/base.html @@ -55,7 +55,7 @@