mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
base: handle darkreader extension with the light theme
This commit is contained in:
parent
902aa83c1d
commit
6a69ba233e
2 changed files with 4 additions and 1 deletions
|
|
@ -149,6 +149,10 @@ img.black-on-white {}
|
|||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
/* Fix for light browser theme and enabled DarkReader extension */
|
||||
[data-darkreader-scheme="dark"] img.black-on-white {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
/* Separators */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue