Skip to content

Commit

Permalink
fix some derps
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Nov 2, 2022
1 parent a5e3c4c commit 81f9cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ $colors: (
.link-button.#{$name} {
label {
color: $color;
padding: 2px;
}
}
}
Expand Down Expand Up @@ -401,6 +402,7 @@ $colors: (
.link-button {
label {
color: $accent_color;
padding: 2px;
}
}

Expand Down Expand Up @@ -515,7 +517,7 @@ $colors: (
border-radius: 99px;
padding: 8px;
border: 2px solid $view_bg_color;
background-color: gtkmix($electron-yellow, $view_fg_color, 10%);
background-color: gtkmix($electron-yellow, $view_bg_color, 10%);
font-weight: 700;
color: $view_fg_color;

Expand Down

0 comments on commit 81f9cf0

Please sign in to comment.