changed link colors

pull/2/head
Brian Picciano 11 years ago
parent 33ba33b6f5
commit c14d404efc
  1. 13
      css/screen.css

@ -142,6 +142,19 @@ nav hr {
border: none;
}
#post a:link {
color: #0014FF;
}
#post a:visited {
color: #0014FF;
}
#post a:hover {
color: #0014FF;
text-decoration: underline;
}
.sidebar {
padding-top: 25px;
}

Loading…
Cancel
Save