forked from NYANDEV/forgejo
04ae0f2f3f
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.
6 lines
211 B
Text
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;
|