diff options
-rw-r--r-- | journal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/journal.css b/journal.css index b55b9b4..5326834 100644 --- a/journal.css +++ b/journal.css @@ -48,12 +48,12 @@ text-align: left; } -.JOURNAL-ENTRY > h2 { +.JOURNAL-ENTRY h1 { border-bottom: 2px solid #000; /* font-variant: small-caps; */ } -.JOURNAL-ENTRY > h2 > a { +.JOURNAL-ENTRY h1 > a { text-decoration: none; } |