mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
Make links visually different from normal text
This commit is contained in:
parent
2c71d307c8
commit
2483e7cda7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue