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

@@ -123,6 +123,7 @@
border: var(--border-style);
border-radius: var(--radius-full);
background-color: transparent;
transition: background-color 0.15s;
& img {
filter: grayscale(100%);
@@ -132,8 +133,9 @@
opacity 0.2s;
}
&:hover img {
opacity: 0.8;
&:hover,
&:focus-visible {
background-color: var(--color-bg-high);
}
&:focus-visible {