mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Add background & text selection colors
This commit is contained in:
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user