Skip to content

Commit

Permalink
oop I did it again
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Feb 19, 2023
1 parent a87b8a6 commit 0cb2631
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1483,16 +1483,21 @@ $colors: (

.text-view,
.text-view > text {
background: @headerbar_bg_color;
background: $headerbar_bg_color;
}

.text-view {
border-radius: 4px 4px 0 0;
box-shadow: 0 1px 0 0 @headerbar_fg_color;
box-shadow: 0 1px 0 0 $headerbar_fg_color;
}

.text-view:hover {
box-shadow: 0 2px 0 0 $headerbar_fg_color;
}

.text-view:focus-within {
box-shadow: 0 2px 0 0 @headerbar_fg_color;
background: gtkshade($headerbar_bg_color, 0.95);
box-shadow: 0 2px 0 0 $headerbar_fg_color;
}

.switchbar {
Expand Down

0 comments on commit 0cb2631

Please sign in to comment.