summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-01-21 20:56:49 +0200
committerPaul Buetow <paul@buetow.org>2023-01-21 20:56:49 +0200
commitb8b3af2d818501eebb7b4e9844cb045e2f6473f7 (patch)
tree8f6841072e30c2ea4194553fc6d9ad8ea03f90fb
parent65e30a9424eabf5a42dcefdbf866fe495044533a (diff)
new css style
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 4226da71..fb970a97 100644
--- a/style.css
+++ b/style.css
@@ -77,11 +77,11 @@ pre {
border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
border-width: 3px;
border-style: solid;
+ color: grey;
}
span.inlinecode {
- border: 1px solid #f6b73c;
- color: #ffffff;
+ border: 1px solid #000000;
padding: 1px;
- background-color: #000000;
+ color: grey;
}