From a23139d729292a9861f06adb32295f2a6ee569d3 Mon Sep 17 00:00:00 2001 From: JosephGoldbergStein Date: Sun, 11 Aug 2013 22:02:29 +0300 Subject: [PATCH] photon.css fix Increases readability, and fixes the page list. --- stylesheets/photon.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stylesheets/photon.css b/stylesheets/photon.css index 09735d5c..310bd098 100644 --- a/stylesheets/photon.css +++ b/stylesheets/photon.css @@ -100,7 +100,7 @@ html, body { font-size: 12pt; } a { - color: #FF6600; + color: #8A8A8A; } a:hover { color: #0066FF; @@ -300,6 +300,12 @@ h1 { letter-spacing: inherit; } +.pages { + background: rgba(204, 204, 204, 0.32) !important; + width:100%; + color: #707070 !important; +} + div.banner { background: none repeat scroll 0 0 #DDDDDD; border: 1px solid #CCCCCC;