1
0
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:
Ildar Akhmetgaleev 2015-01-11 10:52:57 +07:00
parent 94db81d720
commit 416f1565cc

View File

@ -87,3 +87,7 @@ div.button {
margin-left: 0px;
color: @white;
}
*:link {
color: blue;
}