fix: unwanted opaque background for tiles
Massimo Melina committed
Mar 13, 2024 at 23:02 UTC
475fe0864bcb00823874e7298b2216f92542fd1a
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -601,7 +601,7 @@ button .icon + .label {
601
padding: 0; margin: 0;
602
}
603
&:nth-of-type(odd) {
604
- background-color: var(--bg); // to avoid checkerboard effect
604
+ background-color: inherit; // to avoid checkerboard effect
605
}
606
.entry-panel {
607
justify-content: center;