Skip to content

Commit

Permalink
make this more like it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 22, 2023
1 parent ffdcb22 commit b46e941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,11 @@ $colors: (
}

.main-view {
background: gtkmix($view_bg_color, $accent_fg_color, 0.09);
background: gtkmix($view_bg_color, $accent_fg_color, 0.11);

& .mini-content-block,
& .content-block {
background: $window_bg_color;
background: gtkmix($view_bg_color, $accent_fg_color, 0.09);

& entry {
background-color: $card_bg_color;
Expand Down

0 comments on commit b46e941

Please sign in to comment.