add custom text selection colors because chrome is broken on fedora

This commit is contained in:
ed 2023-01-29 01:03:10 +00:00
parent 2569005139
commit 85a96e4446

View file

@ -572,6 +572,11 @@ html.dy {
* {
line-height: 1.2em;
}
::selection {
color: var(--bg-d1);
background: var(--fg);
text-shadow: none;
}
html,body,tr,th,td,#files,a {
color: inherit;
background: none;