Made hyperlinks visually different from normal text
This commit is contained in:
parent
6b23548a2b
commit
ef485cd8b7
|
@ -8,9 +8,15 @@ hr { background-color: #343434 !important; }
|
||||||
a, .wall-item-name, .fakelink {
|
a, .wall-item-name, .fakelink {
|
||||||
color: #989898 !important;
|
color: #989898 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content a {
|
.wall-item-content a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mail-conv-body a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.btn, .btn:hover{
|
.btn, .btn:hover{
|
||||||
color: #989898;
|
color: #989898;
|
||||||
border: 2px solid #0C1116;
|
border: 2px solid #0C1116;
|
||||||
|
|
Loading…
Reference in a new issue