diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-17 12:40:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-17 12:40:42 +0800 |
commit | 5b1e543d417bb19b678a3953066405a71756c5b8 (patch) | |
tree | dc5ed7909c151db7882e846c7c3f1080ed8f4dbf /static | |
parent | Comic Sans (diff) | |
download | forge-go.tar.gz forge-go.tar.zst forge-go.zip |
Revert "Comic Sans"go
This reverts commit 254b86d5f486605582f0f4640e046b4a7a0a9c30.
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index a3acd10..e5398ce 100644 --- a/static/style.css +++ b/static/style.css @@ -6,7 +6,7 @@ /* Base styles and variables */ html { - font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; /* Yes */ + font-family: sans-serif; background-color: var(--background-color); color: var(--text-color); --radius-1: 0.32rem; |