Skip to content

Commit

Permalink
_functions.scss - Sunken shadow styling was too slight to see properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Aug 28, 2023
1 parent 0b20ee2 commit 5b01464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
// Sunken controls
@if $level == -1 {
@return
0 -1px 0 0 rgb(0, 0, 0, 0.25),
0 1px 0 1px rgb(255, 255, 255, 0.25);
0 -1px 0 0 rgb(0, 0, 0, 0.3),
0 1px 0 1px rgb(255, 255, 255, 0.3);
// Outline border
} @else if $level == 0 {
@return
Expand Down

0 comments on commit 5b01464

Please sign in to comment.