Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
0bb2a7b5
Commit
0bb2a7b5
authored
Jan 20, 2011
by
Lukas Fleischer
Browse files
Black fonts for out-of-date rows in search results (fixes FS#20514).
Signed-off-by:
Lukas Fleischer
<
archlinux@cryptocrack.de
>
parent
517ac744
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/css/fonts.css
View file @
0bb2a7b5
...
...
@@ -65,6 +65,8 @@ span.warning /* Content Text */
.white
{
color
:
#fff
;
}
.black
{
color
:
#000
;
}
.green
{
color
:
#6db06d
;
}
/* Better contrast on out-of-date rows (FS#20514) */
.outofdate
.blue
{
color
:
#444
;
}
.link
{
color
:
#6c83b0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment