summaryrefslogtreecommitdiff
path: root/extras/html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-10-01 12:03:53 +0300
committerPaul Buetow <paul@buetow.org>2022-10-01 12:03:53 +0300
commitbfbbecd07a05b8080fb73dc2e15dceac7e5e7034 (patch)
treea3940398f218becedc48163168a156adccc068ef /extras/html
parent7c7b380f0e9e8d381a568a7025af7a1b0a2ca3ef (diff)
new style
Diffstat (limited to 'extras/html')
-rw-r--r--extras/html/style.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index ea6184f..eba3fa5 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -22,20 +22,25 @@
line-height: 1.5em;
margin: 0;
padding: 0;
- background-color: #f8f8f8;
- color: #222;
+ background-color: #000000;
+ color: #ffffef;
}
body {
font-family: text, monospace;
width: 99%;
- max-width: 800px;
+ max-width: 1024px;
margin: 2em auto 0;
padding: 0 20px;
display: block;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #ffffef;
+ margin-bottom: 50px;
}
h1, h2, h3 {
+ color: #ffffff;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.75em;
@@ -54,18 +59,18 @@ h3 {
}
a {
- color: #248;
+ color: #9CFF00;
font-weight: 600;
text-decoration: none;
}
a:hover {
- background-color: #9CFF00;
+ background-color: #555555;
text-decoration: underline;
}
a:visited {
- color: #248;
+ color: #9CFF00;
}
a.textlink:before {
@@ -118,10 +123,11 @@ img {
max-width: 100%;
display: block;
margin: auto;
- border: 1px solid #9CFF00;
+ border: 1px solid #333333;
}
pre {
+ color: #ffffff;
font-family: code, monospace;
padding: 0;
overflow-x: scroll;
@@ -131,6 +137,7 @@ pre {
}
span.inlinecode {
+ color: #ffffff;
font-family: code, monospace;
filter: invert(1) grayscale(1);
-webkit-filter: invert(1) grayscale(1);