Skip to content

Commit

Permalink
Gnome 43: Fix black text in popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Feb 16, 2023
1 parent 9840b6b commit f9fbda8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gtk-4.0/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gtk-4.0/gtk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gtk-4.0/widgets/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
background-clip: padding-box;
border: 1px solid $borders_color;
box-shadow: 0 4px 6px transparentize(black, 0.6);
color: $fg_color;
}

&:backdrop {
Expand Down

0 comments on commit f9fbda8

Please sign in to comment.