summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-12-10 13:06:50 +0200
committerPaul Buetow <paul@buetow.org>2022-12-10 13:06:50 +0200
commit73a66ce8c1eb27c74dbbedac97ee99dfde359f7a (patch)
tree28c6783aed3d5356117d2af1f217ac06475761e8 /style.css
parent4bcfc4974c6bcf0141a4edc4ee8d4e77f74543b0 (diff)
Update content for html
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/style.css b/style.css
index eab41b78..8b74a0a4 100644
--- a/style.css
+++ b/style.css
@@ -35,7 +35,7 @@ body {
display: block;
border-style: solid;
border-width: 1px;
- border-color: #232323;
+ border-color: #eeeeee;
margin-bottom: 50px;
}
@@ -110,6 +110,7 @@ ul {
}
li {
+ color: purple;
margin-left: 1em;
margin-bottom: 0.25em;
}
@@ -127,17 +128,23 @@ img {
}
pre {
- color: #000000;
+ color: #ffa500;
+ background-color: #000000;
font-family: monospace;
padding: 0;
overflow-x: auto;
scrollbar-width: none;
- padding-left: 12px;
+ margin-left: 23px;
+ margin-right: 23px;
+ padding: 23px;
+ border: 4px solid #aaaaaa;
+ border-style: ridge;
}
span.inlinecode {
- color: #000000;
font-family: monospace;
- filter: invert(1) grayscale(1);
- -webkit-filter: invert(1) grayscale(1);
+ border: 2px solid #aaaaaa;
+ color: #ffa500;
+ padding: 1px;
+ background-color: #000000;
}