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;