mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
remove accent color from html.e
This commit is contained in:
parent
c90f133bf4
commit
bc29be3f17
|
|
@ -4084,6 +4084,12 @@ html.e #acc_pfp {
|
|||
background: transparent;
|
||||
color: var(--fg);
|
||||
}
|
||||
html.e .modalcontent {
|
||||
border-color: var(--fg);
|
||||
}
|
||||
html.e .divider {
|
||||
background: var(--fg);
|
||||
}
|
||||
html.e details[open] summary:hover,
|
||||
html.e #files,
|
||||
html.e #u2conf input[type="checkbox"]:hover + label,
|
||||
|
|
|
|||
Loading…
Reference in a new issue