mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Defining link color in chat area css
Fixes #852. Links now visible with white on black system theme.
This commit is contained in:
parent
94db81d720
commit
416f1565cc
|
@ -87,3 +87,7 @@ div.button {
|
|||
margin-left: 0px;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
*:link {
|
||||
color: blue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user