aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index e2b0285..9c24f7c 100644
--- a/style.css
+++ b/style.css
@@ -28,6 +28,8 @@ body, html {
background-color: var(--bg);
color: var(--fg);
font-family: "Inter", sans-serif;
+
+ text-transform: lowercase;
}
.centeredpage {