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
a54ebea557
2 changed files with 4 additions and 1 deletions
|
|
@ -149,6 +149,10 @@ img.black-on-white {}
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Fix for light browser theme and enabled DarkReader extension */
|
||||||
|
[data-darkreader-scheme="dark"] img.black-on-white {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Separators */
|
/* Separators */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="darkreader-lock">
|
|
||||||
|
|
||||||
<title>
|
<title>
|
||||||
{% if title %} {{ title }} | {% endif %}
|
{% if title %} {{ title }} | {% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue