summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-13 16:08:46 -0700
committernetop://ウィビ <paul@webb.page>2026-04-13 16:08:46 -0700
commit4c4167fcedf065c6fa4139e143cfed5a2037bee9 (patch)
treea5d1e681aea602960d292bc667514d6dac91c057
parentee784c265d29a949a30dfd847f970dce9c7dc336 (diff)
downloadcgit-4c4167fcedf065c6fa4139e143cfed5a2037bee9.tar.gz
cgit-4c4167fcedf065c6fa4139e143cfed5a2037bee9.zip
adds default font-family
-rw-r--r--var/www/cgit/cgit.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/www/cgit/cgit.css b/var/www/cgit/cgit.css
index 08f79b9..272b24f 100644
--- a/var/www/cgit/cgit.css
+++ b/var/www/cgit/cgit.css
@@ -203,6 +203,7 @@ html {
body {
background-color: var(--uchu-yang);
+ font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
font-size: 1.5rem;
}