From 1b93ed51b3fd77a5473c6f8a793fd149fddc0898 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 30 May 2010 19:18:44 +0200 Subject: adjust colors See http://projects.archlinux.org/archweb.git/commit/?id=48a935d8edf3a1ad59a2c3bb325ef86e4f922d88 --- skins/archlinux/archlinux.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skins') 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; } -- cgit v1.2.2