summaryrefslogtreecommitdiff
path: root/journal.css
diff options
context:
space:
mode:
Diffstat (limited to 'journal.css')
-rw-r--r--journal.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/journal.css b/journal.css
index f0ab48b..2446ff2 100644
--- a/journal.css
+++ b/journal.css
@@ -1,3 +1,5 @@
+/* CSS version 3.0 */
+
#MAIN-TITLE {
font-stretch: wider;
font-variant: small-caps;
@@ -18,13 +20,14 @@
.JOURNAL-ENTRY-HEADER {
font-size: x-small;
color: #444;
+ background-color: inherit;
font-weight: lighter;
text-align: left;
}
div.JOURNAL-ENTRY > h2 {
border-bottom: 2px solid #000;
- //font-variant: small-caps;
+ /* font-variant: small-caps; */
}
.JOURNAL-ENTRY > h2 > a {