Skip to content

Commit

Permalink
simplify link styles, add focus
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbornella committed Apr 9, 2010
1 parent 41c99f7 commit 5fc980e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ h6, .h6{font-size:108%; font-weight:normal; font-style: italic; color:#333;}
.category a{color: #333;}
.important a{font-weight:bold;}
/* links */
a { color: #036; font-weight:bold;text-decoration: none }
a:focus, a:hover { text-decoration: underline }
a {color: #2c4460; text-decoration: none;}
a:focus, a:hover {text-decoration: underline;}
a:focus{background-color:#FFFFCC;}
a:visited { color:#005a9c; }
/* ====== Lists ======*/
/* numbered list */
Expand Down

0 comments on commit 5fc980e

Please sign in to comment.