2020-11-09 03:01:38 +09: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 05:58:16 +09:00
|
|
|
@bold: 500;
|
2020-12-25 07:34:49 +09:00
|
|
|
@useCustomScrollbars: false;
|
2020-12-27 19:53:53 +09:00
|
|
|
@disabledOpacity: var(--opacity-disabled);
|
2021-09-08 15:23:46 +09:00
|
|
|
@variationPopupTooltip: false;
|
2021-12-18 14:29:00 +09:00
|
|
|
@linkHoverUnderline: underline;
|