fix: selection background and color don't change on certain pages

This commit is contained in:
Hakadao
2024-04-28 01:30:57 +08:00
parent 3a4d431f8a
commit 8fe0f06286

View File

@@ -31,8 +31,8 @@ html.bewly-design > ::-webkit-scrollbar-track {
}
::selection {
background: var(--bew-fill-3);
color: revert;
background: var(--bew-fill-3) !important;
color: revert !important;
}
html.bewly-design,