Browse Source

photon.css fix

Increases readability, and fixes the page list.
pull/40/head
JosephGoldbergStein 11 years ago
parent
commit
a23139d729
  1. 8
      stylesheets/photon.css

8
stylesheets/photon.css

@ -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;

Loading…
Cancel
Save