From: PhiTux Date: Sun, 12 Oct 2025 09:47:19 +0000 (+0200) Subject: css fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec9d5f299d731db5f6df744a7fd437bb509c8f80;p=DailyTxT.git css fixes --- diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte index cb509a0..2a783db 100644 --- a/frontend/src/routes/(authed)/+layout.svelte +++ b/frontend/src/routes/(authed)/+layout.svelte @@ -2837,8 +2837,8 @@ } #selectMode:checked { - border-color: #da880e; - background-color: #da880e; + border-color: #f57c00; + background-color: #f57c00; } #selectMode:not(:checked) {