remove accent color from html.e

This commit is contained in:
Til Schmitter 2026-04-26 14:48:34 +02:00
parent c90f133bf4
commit bc29be3f17

View file

@ -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,