Set font
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-03-30 21:34:26 -04:00
parent 8422615a70
commit 0bffc2092e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -23,6 +23,9 @@ body {
--circle-color: rgba(var(--primary), 0.8);
--bg-color: rgb(var(--mdui-color-background));
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
min-height: 100vh;
background-repeat: no-repeat;
margin: 0;