1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-06 07:13:17 +00:00
forgejo/web_src/fomantic/_site/globals/site.variables
silverwind 04ae0f2f3f
Disable Fomantic's custom scrollbars (#14109)
We already have custom scrollbars in our own CSS which are superior to
Fomantic's so diable them to save a few bytes and prevent interference.
2020-12-24 22:34:49 +00:00

6 lines
211 B
Text

/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
@headerFont: var(--fonts-regular);
@pageFont: var(--fonts-regular);
@bold: 500;
@useCustomScrollbars: false;