diff options
-rw-r--r-- | local.css | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,11 +1,23 @@ H1, H2, -H3, +H3 { + margin-bottom: 0; + color: darkblue; +} + H4, H5, H6 { - margin-bottom: 0; - color: darkblue; + text-decoration: blink; +} + +H2 { + font-size: 1.2em; +} + +H3 { + font-size: 1.1em; + font-weight: bold; } a { |