mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: selection background and color don't change on certain pages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user