This commit is contained in:
2025-10-31 01:26:24 +01:00
parent fa43bc749e
commit 722c2f9a5c
14 changed files with 6497 additions and 6377 deletions
+4 -4
View File
@@ -146,14 +146,14 @@
padding: 0.25em;
border-radius: 50%;
border: none;
background: oklch(0.22 0.06 260deg);
color: var(--on-accent);
background: var(--preview-nav-bg);
color: var(--preview-nav-fg);
cursor: pointer;
transition: background 0.15s ease, opacity 0.15s ease;
}
.skeuo-card__nav-button:hover:not([disabled]) {
background: oklch(0.18 0.06 260deg);
background: var(--preview-nav-bg-hover);
}
.skeuo-card__nav-button:disabled {
@@ -162,7 +162,7 @@
}
.skeuo-card__nav-button:focus-visible {
outline: 2px solid var(--accent, #2684ff);
outline: 2px solid var(--accent);
outline-offset: 2px;
}