mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 20:31:18 +01:00
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;
|