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