2020-11-09 02:01:38 +08:00
|
|
|
/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
|
|
|
|
|
|
|
|
@headerFont: var(--fonts-regular);
|
|
|
|
@pageFont: var(--fonts-regular);
|
2020-11-16 04:58:16 +08:00
|
|
|
@bold: 500;
|
2020-12-25 06:34:49 +08:00
|
|
|
@useCustomScrollbars: false;
|
2020-12-27 18:53:53 +08:00
|
|
|
@disabledOpacity: var(--opacity-disabled);
|
2021-09-08 14:23:46 +08:00
|
|
|
@variationPopupTooltip: false;
|