Skip to content

Commit

Permalink
Better styling for links
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Feb 5, 2011
1 parent bb46dc3 commit b2f0c9c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/content/stylesheet.sass
Expand Up @@ -18,7 +18,6 @@ pre
padding: $gap

h1,h2,h3,h4,h5,h6
// font-family: Corbel, Helvetica, sans-serif
color: black
font-weight: normal
margin: 0.6em 0 0.5em 0
Expand Down Expand Up @@ -105,11 +104,16 @@ footer
font-weight: bold

ul
// margin: 0
padding-left: 2 * $gap

// li
// padding-left: $gap / 2
$link_color: #005085
a
&:link
color: $link_color
&:visited
color: desaturate($link_color, 75%)
&:active
color: saturate($link_color, 50%)

ul li > code ~ a
font-size: smaller
Expand Down

0 comments on commit b2f0c9c

Please sign in to comment.