mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -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) {
|
#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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue