Fix font stack

This commit is contained in:
Jordan Holt 2024-05-03 18:54:21 +01:00
parent b231ea1616
commit c8b9c93220
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -68,6 +68,7 @@
--color-warning-border: rgba(187, 128, 9, 0.4);
--color-warning-text: var(--color-yellow);
--color-project-board-bg: var(--color-box-body);
--fonts-proportional: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
/* code editor colors are set in https://github.com/go-gitea/gitea/blob/f5b300ea77081a1b78ac044cb1c0f9225538d091/web_src/js/features/codeeditor.js#L82-L97. */
/* monaco editor dark theme is toggled via variable `--is-dark-theme` */