mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
font size consistency fixes for new themes
This commit is contained in:
parent
e51a3839d2
commit
61242c2817
|
|
@ -5361,6 +5361,15 @@ html.f {
|
|||
#op_unpost a:not(:hover) {
|
||||
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 {
|
||||
--bg: #2e258c;
|
||||
|
|
@ -5428,12 +5437,13 @@ html.fy {
|
|||
}
|
||||
.close:not(:hover) {
|
||||
background: none;
|
||||
border: none;
|
||||
border-color: transparent;
|
||||
font-weight: bolder;
|
||||
color: #f3f3f3;
|
||||
}
|
||||
.close:hover {
|
||||
background: rgb(207, 22, 28);
|
||||
color: var(--fg);
|
||||
color: #f3f3f3;
|
||||
}
|
||||
#up2k,
|
||||
#files {
|
||||
|
|
|
|||
Loading…
Reference in a new issue