summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 2e26b99..7404523 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -49,6 +49,12 @@ footer.copyright {
content: " | ";
}
+pre {
+ border: 2px solid gray;
+ padding: 0.5em;
+ background: white;
+}
+
@media(prefers-color-scheme: light) {
html {
background: #efeee3;
@@ -81,4 +87,8 @@ footer.copyright {
footer.copyright {
color: #b0b0b0;
}
+
+ pre {
+ background: black;
+ }
}