Skip to content

Commit

Permalink
fix(ags): styles
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 29, 2024
1 parent 766a6b4 commit 11a7811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ags/style/widgets/launcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ window#launcher .launcher {
&:hover,
&:focus {
color: $primary-bg;
background-color: transparentize($primary-bg, 0.9);
background-color: transparentize($primary-bg, 0.6);
border-radius: 0;
text-shadow: $text-shadow;
}
Expand Down

0 comments on commit 11a7811

Please sign in to comment.