Add background & text selection colors

This commit is contained in:
Sat Naing
2022-09-13 23:39:54 +06:30
parent c918c92f92
commit 8239ee80f7
+2 -1
View File
@@ -30,7 +30,8 @@
display: block;
}
body {
@apply font-mono bg-skin-fill text-skin-base min-h-screen flex flex-col;
@apply font-mono bg-skin-fill text-skin-base min-h-screen flex flex-col
selection:bg-skin-accent selection:text-skin-inverted selection:bg-opacity-70;
}
section,
footer {