Various enhancements, restyling and new options
CI / ci (push) Successful in 47s

This commit is contained in:
2026-05-27 11:07:12 +02:00
parent 069107052d
commit 816b7951fb
51 changed files with 16687 additions and 670 deletions
+3 -3
View File
@@ -94,13 +94,13 @@
// Hover state
&:hover {
background-color: rgba(0, 0, 0, 0.1);
color: var(--sp-accent-emphasis, var(--sp-accent));
background-color: rgba(255, 255, 255, 0.06);
color: var(--sp-accent-hover);
}
// Active state
&:active {
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.1);
}
// Focus state