mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:25 +01:00
Some small tweaks
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
--transition-duration: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
:not(input):not(textarea),
|
||||
@@ -22,7 +23,7 @@ html, body, #root {
|
||||
}
|
||||
|
||||
* {
|
||||
transition: background-color 150ms ease, border-color 150ms ease;
|
||||
transition: background-color var(--transition-duration), border-color var(--transition-duration);
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
Reference in New Issue
Block a user