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.
Defining with a {...}
This commit is contained in:
Ildar Akhmetgaleev 2015-01-11 22:56:41 +07:00
parent 416f1565cc
commit 575247218d

View File

@ -88,6 +88,6 @@ div.button {
color: @white;
}
*:link {
a {
color: blue;
}