Make links visually different from normal text

This commit is contained in:
rebeka-catalina 2017-02-03 19:00:04 +01:00
parent 2c71d307c8
commit 2483e7cda7
1 changed files with 3 additions and 0 deletions

View 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;