diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-05-30 19:18:44 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-05-30 19:18:44 +0200 |
commit | 1b93ed51b3fd77a5473c6f8a793fd149fddc0898 (patch) | |
tree | aabf4f5a437edb1207d225addac50b09b81a4e43 /skins | |
parent | fda2159499c0461c3f8734792b9f2756db502eae (diff) |
adjust colors
See http://projects.archlinux.org/archweb.git/commit/?id=48a935d8edf3a1ad59a2c3bb325ef86e4f922d88
Diffstat (limited to 'skins')
-rw-r--r-- | skins/archlinux/archlinux.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/archlinux/archlinux.css b/skins/archlinux/archlinux.css index df155a50..28938350 100644 --- a/skins/archlinux/archlinux.css +++ b/skins/archlinux/archlinux.css @@ -7,9 +7,9 @@ @import url('archnavbar.css'); /* general styling */ -body { background: #eef; } -body, #content, table { color: #444;} -h1, h2, h3, h4, h5 { color: #444; } +body { background: #e4eeff; } +body, #content, table { color: #222;} +h1, h2, h3, h4, h5 { color: #222; } h1 { font-weight: bold; } pre { border: 1px solid #bdb; background: #dfd; } code { font-family: monospace; background-color: #ffc; } |