This commit is contained in:
Kalle
2026-09-17 17:34:36 +03:00
parent 4f81f2f3ce
commit 6ddc3985ae
90 changed files with 707 additions and 260 deletions

View File

@@ -118,8 +118,13 @@
border-radius: var(--radius-field);
color: var(--color-text-high);
cursor: pointer;
transition:
background-color 0.15s,
color 0.15s;
&:hover {
&:hover,
&:focus-visible {
background-color: var(--color-bg-high);
color: var(--color-text);
}