From ef485cd8b758180d06536570b0fc913d1cd144a4 Mon Sep 17 00:00:00 2001 From: rebeka-catalina Date: Sat, 11 Nov 2017 08:40:45 +0100 Subject: [PATCH] Made hyperlinks visually different from normal text --- view/theme/vier/dark.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/view/theme/vier/dark.css b/view/theme/vier/dark.css index 4ee1fb15e8..9fbe4d347c 100644 --- a/view/theme/vier/dark.css +++ b/view/theme/vier/dark.css @@ -8,9 +8,15 @@ hr { background-color: #343434 !important; } a, .wall-item-name, .fakelink { color: #989898 !important; } + .wall-item-content a { - font-weight: bold; + font-weight: bold; } + +.mail-conv-body a { + font-weight: bold; +} + .btn, .btn:hover{ color: #989898; border: 2px solid #0C1116;