aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-12-27 14:28:40 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-12-27 14:28:40 -0700
commitd6b669673735c1d5a0591eca5acf0e7500318b77 (patch)
tree969f22931a939b90788d5ec4daed6063146fe39c /static/style.css
parent0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8 (diff)
downloadwebsite-d6b669673735c1d5a0591eca5acf0e7500318b77.tar
website-d6b669673735c1d5a0591eca5acf0e7500318b77.tar.gz
website-d6b669673735c1d5a0591eca5acf0e7500318b77.tar.bz2
add static files, license page and file
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 98dce71..6e940e0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -66,7 +66,7 @@ body {
font-family: Inter;
}
-code {
+code, pre {
font-family: JetBrainsMono;
color: #79740e;
}