From 61242c2817d8b080a9afea2b6ef43f2ce4eb39b3 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 19 May 2026 00:45:56 +0200 Subject: [PATCH] font size consistency fixes for new themes --- copyparty/web/browser.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 8058d52b..78ea3fd8 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -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 {