]> git.mxchange.org Git - friendica.git/commitdiff
Make links visually different from normal text
authorrebeka-catalina <github@rct.in-berlin.de>
Fri, 3 Feb 2017 18:00:04 +0000 (19:00 +0100)
committerrebeka-catalina <github@rct.in-berlin.de>
Fri, 3 Feb 2017 18:00:04 +0000 (19:00 +0100)
view/theme/vier/dark.css

index 99850f2826310ebbcd548f66dadd0049e3fdc556..e4c86fd31702365bc1be2ad8e52861ddb7fea0df 100644 (file)
@@ -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;