From 2483e7cda7dd3486bd4f16333391ad62f112ff18 Mon Sep 17 00:00:00 2001 From: rebeka-catalina Date: Fri, 3 Feb 2017 19:00:04 +0100 Subject: [PATCH] Make links visually different from normal text --- view/theme/vier/dark.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/vier/dark.css b/view/theme/vier/dark.css index 99850f2826..e4c86fd317 100644 --- a/view/theme/vier/dark.css +++ b/view/theme/vier/dark.css @@ -8,6 +8,9 @@ hr { background-color: #343434 !important; } a, .wall-item-name, .fakelink { color: #989898 !important; } +.wall-item-content a { + font-weight: bold; + } .btn, .btn:hover{ color: #989898; border: 2px solid #0C1116;