]> git.mxchange.org Git - friendica.git/commitdiff
Made hyperlinks visually different from normal text
authorrebeka-catalina <github@rct.in-berlin.de>
Sat, 11 Nov 2017 07:40:45 +0000 (08:40 +0100)
committerrebeka-catalina <github@rct.in-berlin.de>
Sat, 11 Nov 2017 07:40:45 +0000 (08:40 +0100)
view/theme/vier/dark.css

index 4ee1fb15e80e3ccdbce345f2f26aab76000f06ac..9fbe4d347c52f12578672b522f5e53d6ae310836 100644 (file)
@@ -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;