mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
9296baf65a
Fomantic brings a opinionated style that removed underline on mouse hover which I think is important UX to have. This re-enables the underline in the Fomantic config and fixes a few cases where underline was deemed disruptive.
9 lines
317 B
Text
9 lines
317 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;
|
|
@disabledOpacity: var(--opacity-disabled);
|
|
@variationPopupTooltip: false;
|
|
@linkHoverUnderline: underline;
|