summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-23 16:13:25 +0000
committerPaul Buetow <paul@buetow.org>2022-01-23 16:13:25 +0000
commita034a3524ffaf593a107c787542f8a55f337edc1 (patch)
tree31a1d1ede60374d1d4f16f71560733d664f12139 /style.css
parent1ca8c9326a03b180395573867ae17950e3bdd2a4 (diff)
Publishing new version
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0269e63e..4511037d 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ body {
padding-left: 11px;
padding-right: 11px;
max-width: 900px;
- background-color: #ffffff;
+ background-color: #8fbc8f;
color: #ddddce;
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
font-style: normal;
@@ -18,6 +18,7 @@ h1 {
background-color: #000000;
text-decoration: underline;
margin-left: -23px;
+ max-width: 878px;
}
h2 {
@@ -28,6 +29,7 @@ h2 {
background-color: #000000;
text-decoration: underline;
margin-left: -11px;
+ max-width: 889px;
}
h3 {
@@ -38,6 +40,7 @@ h3 {
background-color: #000000;
text-decoration: underline;
margin-left: -5px;
+ max-width: 895px;
}
a {
@@ -72,13 +75,12 @@ img {
pre {
display: block;
- padding: 5px;
overflow-x: auto;
color: #ffffff;
background-color: #000000;
margin: 5px;
padding: 23px;
- border: 29px double white;
+ border: 29px double #8fbc8f;
}
a.textlink:before {