🐛 Fixed #140, add selection backgroud make it show clear.

This commit is contained in:
elkan1788
2025-01-19 19:05:34 +08:00
parent ba5ae7c295
commit e9297ac28b
4 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
::selection {
background: $selection-bg;
color: $selection-color;
background: var(--selection-bg);
color: var(--selection-color);
}
html, body {