diff options
| author | Siri Reiter <siri@jones.dk> | 2009-04-06 21:03:38 +0200 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2009-04-06 21:03:38 +0200 |
| commit | f5ecb6a9bb69ac00a11dcc45e3037a74bc9ca009 (patch) | |
| tree | f37357cc3034db0ba0bcfb3128603b6ef3f191f5 | |
| parent | 7f8b86af7043bc106400c6a671849ba0b35cfbfc (diff) | |
Only H1 red.
| -rw-r--r-- | local.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ +H1 { + color: DarkRed; +} + H1, H2, H3 { margin-bottom: 0.1em; - color: DarkRed; } H4, |
