mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add background & text selection colors
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
body {
|
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,
|
section,
|
||||||
footer {
|
footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user