Skip to content

Commit

Permalink
Fix transparent background in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
qwersyk authored Jan 24, 2025
1 parent f8fbbb8 commit 49f75ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __init__(self, version, **kwargs):
min-height: 400px;
}
.mini-window {
background: @card_bg_color;
border-radius: 12px;
border: 1px solid alpha(@card_fg_color, 0.15);
box-shadow: 0 2px 4px alpha(black, 0.1);
Expand Down

0 comments on commit 49f75ce

Please sign in to comment.