summaryrefslogtreecommitdiff
path: root/template/static/css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 23:34:46 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 23:34:46 -0800
commit463fa26b06f166fab5412b2ccaae7f75f6ab878e (patch)
treedc7096ce104d86f5beed68d5e59d00e8773c025c /template/static/css
parente4f968cec07f2e881e7ef5966a5bf56735a96ee8 (diff)
downloadoldinfra-463fa26b06f166fab5412b2ccaae7f75f6ab878e.tar.gz
oldinfra-463fa26b06f166fab5412b2ccaae7f75f6ab878e.zip
add httpsms env vars
Diffstat (limited to 'template/static/css')
-rw-r--r--template/static/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/static/css/styles.css b/template/static/css/styles.css
index c025c3e..42acdac 100644
--- a/template/static/css/styles.css
+++ b/template/static/css/styles.css
@@ -9,13 +9,13 @@
* {
box-sizing: border-box;
+ font-family: GeistMono;
}
html {
margin: 0;
padding: 0;
color: var(--text-color);
- font-family: GeistMono;
}
body {