Skip to content

Commit

Permalink
fix not needed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 22, 2023
1 parent 7fce92e commit 7b80e7b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -798,16 +798,8 @@ $colors: (
}

.main-view {
background: if(
$variant == "light",
gtkmix($window_bg_color, $accent_bg_color, 0.03),
gtkmix($window_bg_color, $accent_bg_color, 0.08)
);
color: if(
$variant == "light",
gtkmix($window_fg_color, $accent_bg_color, 0.08),
gtkmix($window_fg_color, $accent_bg_color, 0.03)
);
background: $view_bg_color;
color: $view_fg_color;

& .mini-content-block,
& .content-block {
Expand Down

0 comments on commit 7b80e7b

Please sign in to comment.