diff options
author | Siri Reiter <siri@jones.dk> | 2011-05-03 18:56:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2011-05-03 18:56:44 +0200 |
commit | 2659c922ad5b3da608abcebe10323780c482958f (patch) | |
tree | 55d1b552a1df2bd33d013e05a5627f2048af1dd4 /local.scss | |
parent | 933570cafc428afc09da128b05c9d24a7e370e40 (diff) |
Use blueprint-typography w/ small adjustments (replacing old real.css).
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,11 @@ -/* ikiwiki local style sheet */ +@import "partials/base"; +@import "compass/reset/utilities"; +@import "blueprint"; -/* Add local styling here, instead of modifying style.css. */ +@include blueprint-typography; +h1 { + font-size: 2.75em; +} body { background-color: transparent; @@ -19,8 +24,15 @@ h1, h2, h3 { clear: both; } +a { + color: black; + font-weight: bold; + text-decoration: none; +} + a:hover { color: darkgreen; + text-decoration: underline; } DIV.header { |