From 3ea24dbb9268ab097a130a5cb2a4e5ec2a195c98 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Apr 2013 14:16:34 +0200 Subject: [PATCH] readability --- htdocs/themes/gabdark/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/themes/gabdark/css/main.css b/htdocs/themes/gabdark/css/main.css index e485787..d84123b 100644 --- a/htdocs/themes/gabdark/css/main.css +++ b/htdocs/themes/gabdark/css/main.css @@ -353,9 +353,14 @@ h4 { } .recent .even { + color: #000; background-color: #F1F5FA; } +.recent .even a { + color: #000; +} + /* !Pastes */ .meta { font-size: 93%; @@ -522,4 +527,4 @@ h4 { a {color: #fff; text-decoration: underline;} a:hover {color: #ccc; text-decoration: none;} -.CodeMirror-scroll {background-color: #fff;} \ No newline at end of file +.CodeMirror-scroll {background-color: #fff;}