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); }