summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/local.css b/local.css
index 679ee901..fe291892 100644
--- a/local.css
+++ b/local.css
@@ -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 {