This commit is contained in:
2025-10-29 00:40:13 +01:00
parent d9b2297eca
commit 4b18429945
6 changed files with 622 additions and 47 deletions
+5 -5
View File
@@ -100,7 +100,7 @@
pointer-events: auto;
cursor: grab;
transition: transform 0.16s ease, opacity 0.2s ease, box-shadow 0.2s ease;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
box-shadow: 2px 2px 4px color-mix(in oklch, black 18%, transparent);
}
.tag-chip--draggable:active {
@@ -146,14 +146,14 @@
padding: 0.25em;
border-radius: 50%;
border: none;
background: rgba(0, 0, 0, 0.55);
color: #fff;
background: oklch(0.22 0.06 260deg);
color: var(--on-accent);
cursor: pointer;
transition: background 0.15s ease, opacity 0.15s ease;
}
.skeuo-card__nav-button:hover:not([disabled]) {
background: rgba(0, 0, 0, 0.75);
background: oklch(0.18 0.06 260deg);
}
.skeuo-card__nav-button:disabled {
@@ -192,7 +192,7 @@ body.skeuo-cursor-remove * {
justify-content: center;
width: 100%;
height: 100%;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
box-shadow: 0 12px 32px color-mix(in oklch, black 18%, transparent);
overflow: hidden;
}