summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-04-06 19:33:13 +0100
committerPaul Buetow <paul@buetow.org>2022-04-06 19:33:13 +0100
commit5bfde8ea85c1e95bdbdef5784c8a67d5df6ead2e (patch)
tree69b5f247c49eecd321f98a2f81ab0c2c990f5d45 /style.css
parente55a613750ff8961950f33eb5300519d06bfd189 (diff)
new style refinement
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/style.css b/style.css
index dc6d70f..0f23916 100644
--- a/style.css
+++ b/style.css
@@ -8,7 +8,7 @@
body {
font: normal 14px monospace;
- width: 100%;
+ width: 99%;
max-width: 800px;
margin: 2em auto 0;
padding: 0 20px;
@@ -23,13 +23,9 @@ h1, h2, h3 {
h1 {
font-size: 1.5em;
- color: #9CFF00;
- background-color: #000000;
- padding: 0 10px;
}
h2 {
- margin-top: 1em;
font-size: 1.25em;
}