diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/assets/style.css b/assets/style.css index 4a6cb51..c7aafb4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -5,6 +5,8 @@ html { color: #000; } +/* TODO code, pre, tt, codeblocks */ + a { text-decoration: none; color: #0ad; @@ -31,27 +33,27 @@ h1 { } h2 { - font-size: 200%; + font-size: 225%; font-weight: bold; } h3 { - font-size: 150%; + font-size: 200%; font-weight: 300; } h4 { - font-size: 120%; + font-size: 150%; font-weight: bold; } h5 { - font-size: 100%; + font-size: 120%; font-weight: bold; } h6 { - font-size: 100%; + font-size: 120%; font-weight: 300; } |
