font size consistency fixes for new themes

This commit is contained in:
Til Schmitter 2026-05-19 00:45:56 +02:00
parent e51a3839d2
commit 61242c2817

View file

@ -5361,6 +5361,15 @@ html.f {
#op_unpost a:not(:hover) { #op_unpost a:not(:hover) {
color: color-mix(in oklab, var(--a), var(--fg)); color: color-mix(in oklab, var(--a), var(--fg));
} }
#u2c3t span {
font-size: .8em;
}
#u2cards span {
font-size: .8em;
}
#goh {
font-size: 1.2em;
}
} }
html.fz { html.fz {
--bg: #2e258c; --bg: #2e258c;
@ -5428,12 +5437,13 @@ html.fy {
} }
.close:not(:hover) { .close:not(:hover) {
background: none; background: none;
border: none; border-color: transparent;
font-weight: bolder; font-weight: bolder;
color: #f3f3f3;
} }
.close:hover { .close:hover {
background: rgb(207, 22, 28); background: rgb(207, 22, 28);
color: var(--fg); color: #f3f3f3;
} }
#up2k, #up2k,
#files { #files {