Files
2026-02-09 10:48:21 +01:00

1 line
659 B
CSS

@media (pointer:fine){:root{--dialog-border-width:var(--line-size)}}@media all and (pointer:fine){.raised.button-hoverable:hover,.fab.button-hoverable:hover{background:hsla(var(--button-background-hue),var(--button-background-saturation),calc(var(--button-background-lightness) + 10%),var(--button-background-alpha))}.button-hoverable.button-hoveraccent:hover{background:var(--theme-accent-text-color)}}@media not all and (pointer:fine){.raised.button-hoverable:active,.fab.button-hoverable:active{background:hsla(var(--button-background-hue),var(--button-background-saturation),calc(var(--button-background-lightness) + 10%),var(--button-background-alpha))}}