feat: add transition effect if light/dark changes

This commit is contained in:
satnaing
2023-09-16 10:15:22 +06:30
committed by Sat Naing
parent 4a03558650
commit a060cb5c87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
}
body {
@apply flex min-h-screen flex-col bg-skin-fill font-mono text-skin-base
selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
transition-colors selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
}
section,
footer {