Add selection style

This commit is contained in:
Defectink
2022-03-28 13:21:48 +08:00
parent 2d9e2c3c8c
commit d68b4523ef
4 changed files with 13 additions and 2 deletions

View File

@ -6,6 +6,17 @@
scroll-behavior: smooth;
}
*::selection {
background: hsl(230, 1%, 90%);
color: inherit;
}
.dark *::selection {
background: hsl(220, 13%, 28%);
color: inherit;
text-shadow: none;
}
/*
font-family: 'Aleo', serif;
font-family: 'Aref Ruqaa', serif;