diff options
author | gennyble <gen@nyble.dev> | 2024-12-08 06:53:59 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-08 06:53:59 -0600 |
commit | 88c79031efd681aaf96c2148de52221baadc1fb7 (patch) | |
tree | 8cb0ba7b8c5135c468014e4d1d167af0ff933c63 /served/styles/common.css | |
parent | 153bd04b88e6b1ea299dab4f3bbff2b45ceb82ff (diff) | |
download | ∞-88c79031efd681aaf96c2148de52221baadc1fb7.tar.gz ∞-88c79031efd681aaf96c2148de52221baadc1fb7.zip |
2024-12-08 06:53 CST
Diffstat (limited to 'served/styles/common.css')
-rwxr-xr-x | served/styles/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/served/styles/common.css b/served/styles/common.css index 9d2385e..64067cb 100755 --- a/served/styles/common.css +++ b/served/styles/common.css @@ -19,7 +19,7 @@ --text-dim: #bbb; --text-link: #ddf; --text-link-visited: #fed; - --background: #001; + --background: #112; --background-dim: #333; --color-a: #3a8; --color-a-dim: rgb(158, 228, 208); @@ -35,7 +35,7 @@ body { body { font-size: 1.1rem; line-height: 1.4; - font-family: sans-serif; + font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; padding: 2rem 5vw; color: var(--text); |