feat: spruce up design
This commit is contained in:
parent
2614dff452
commit
94e28067f9
51 changed files with 480 additions and 202 deletions
|
@ -16,6 +16,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
& :is(a:hover, a:active, a:focus) svg,
|
||||
& a svg:hover,
|
||||
& a svg:active,
|
||||
& a svg:focus {
|
||||
transform: rotate(0deg);
|
||||
stroke: var(--accent-color-hover);
|
||||
}
|
||||
|
||||
& span.disabled svg {
|
||||
cursor: not-allowed;
|
||||
stroke: color-mix(in srgb, var(--text-color), transparent 50%);
|
||||
|
|
Reference in a new issue