From d1529edfc005b748ccd5ff7db32372e78dceaf45 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 15 May 2026 23:24:16 +0200 Subject: [PATCH] fix logout button hover --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index c4565677..c4c09efc 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -590,7 +590,7 @@ a, #blogout, #files tbody div a:last-child { margin: -.2em; text-shadow: 1px 1px 0px var(--bg-max); } -#ops input[type=submit]:hover, +input[type=submit]:hover, #goh:hover, a:hover { color: var(--a-hil);