fixed monospace font to display SF Mono

This commit is contained in:
Ed Silkworth 2022-12-12 23:01:30 -08:00
parent db0e0996db
commit 45f13a2f73
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
2 changed files with 3 additions and 1 deletions

View File

@ -23,3 +23,4 @@ Nov 16, 2022 · forked, rebased theme from Gitea's default theme, adopted colors
Nov 17, 2022 · changed row highlight color Nov 17, 2022 · changed row highlight color
Nov 18, 2022 · made pull requests and new releases menu item and .diff-detail-box background match --color-background Nov 18, 2022 · made pull requests and new releases menu item and .diff-detail-box background match --color-background
Nov 29, 2022 · made collapsible elements easier to distinguish from main body Nov 29, 2022 · made collapsible elements easier to distinguish from main body
Dec 12, 2022 · fixed monospace font to display SF Mono in Safari on macOS

View File

@ -9,6 +9,7 @@
--color-primary-light-4: #d54455!important; /* greater contributions heatmap */ --color-primary-light-4: #d54455!important; /* greater contributions heatmap */
--color-background: #fcfcfc!important; /* make some elements pop out more (below) */ --color-background: #fcfcfc!important; /* make some elements pop out more (below) */
--color-secondary-alpha-70: #dedede4d!important; /* fewer contributions heatmap */ --color-secondary-alpha-70: #dedede4d!important; /* fewer contributions heatmap */
--fonts-monospace: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji)!important; /* replaced "SFMono-Regular" */
} }
.full.height { .full.height {