summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-23 16:05:26 +0000
committerPaul Buetow <paul@buetow.org>2022-01-23 16:05:26 +0000
commitae60a9e86c8b7c748d869d4954ca5021e0d97b93 (patch)
tree8d10b1124c386b376d43f2a624e48bb062c98677 /style.css
parent10f0d630bfa4c50fda18c45832b81f5870c6e3ba (diff)
improve style
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index b9d4ff3..4511037 100644
--- a/style.css
+++ b/style.css
@@ -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 {