From 86be6256a456e0b9428ff5d1d2f8c21c4362b99a Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 30 Oct 2025 02:45:54 +0100 Subject: [PATCH] fix --- frontend/src/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 941d0d1..00218fb 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -207,7 +207,6 @@ a:focus-visible { #app { height: 100%; - background: var(--bg); } button { @@ -542,7 +541,6 @@ button.danger:hover:not([disabled]) { display: flex; flex-direction: column; color: var(--fg); - background: var(--bg); }