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;
|
2021-12-18 13:29:00 +08:00
|
|
|
@linkHoverUnderline: underline;
|
2023-06-09 00:35:29 +08:00
|
|
|
@variationButtonSocial: false;
|
2023-06-14 03:17:14 +08:00
|
|
|
@pageOverflowX: visible;
|