photon.css fix

Increases readability, and fixes the page list.
This commit is contained in:
JosephGoldbergStein 2013-08-11 22:02:29 +03:00
parent 49eb924b5f
commit a23139d729

View File

@ -100,7 +100,7 @@ html, body {
font-size: 12pt; font-size: 12pt;
} }
a { a {
color: #FF6600; color: #8A8A8A;
} }
a:hover { a:hover {
color: #0066FF; color: #0066FF;
@ -300,6 +300,12 @@ h1 {
letter-spacing: inherit; letter-spacing: inherit;
} }
.pages {
background: rgba(204, 204, 204, 0.32) !important;
width:100%;
color: #707070 !important;
}
div.banner { div.banner {
background: none repeat scroll 0 0 #DDDDDD; background: none repeat scroll 0 0 #DDDDDD;
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;