mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Black fonts for out-of-date rows in search results (fixes FS#20514).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
517ac744b2
commit
0bb2a7b514
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ span.warning /* Content Text */
|
||||||
.white { color: #fff; }
|
.white { color: #fff; }
|
||||||
.black { color: #000; }
|
.black { color: #000; }
|
||||||
.green { color: #6db06d; }
|
.green { color: #6db06d; }
|
||||||
|
/* Better contrast on out-of-date rows (FS#20514) */
|
||||||
|
.outofdate .blue { color: #444; }
|
||||||
.link
|
.link
|
||||||
{
|
{
|
||||||
color: #6c83b0;
|
color: #6c83b0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue