mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
add custom text selection colors because chrome is broken on fedora
This commit is contained in:
parent
2569005139
commit
85a96e4446
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue