diff options
-rw-r--r-- | journal.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/journal.css b/journal.css index 5326834..b29c036 100644 --- a/journal.css +++ b/journal.css @@ -50,13 +50,25 @@ .JOURNAL-ENTRY h1 { border-bottom: 2px solid #000; - /* font-variant: small-caps; */ + font-size: 1.6em; } .JOURNAL-ENTRY h1 > a { text-decoration: none; } +.JOURNAL-ENTRY h2 { + font-size: 1.15em; +} + +.JOURNAL-ENTRY h3 { + font-size: 1em; +} + +.JOURNAL-ENTRY h4 { + font-size: 0.9em; +} + .JOURNAL-ENTRY { border: 3px outset #666; color: #000; |