Skip to content

Commit

Permalink
Gnome: Fix low text contrast in calendar events widget
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Mar 5, 2021
1 parent bb838dd commit b99589e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gtk-3.20/apps/_gnome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,14 @@
box-shadow: none;
&:hover { border-color: $selected_bg_color; }
}
}

/*******************
* Calendar events *
********************/
.color-light{
& label, &.timed label {
color: $bg_color;
opacity:1;
}
}
7 changes: 7 additions & 0 deletions gtk-3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5798,6 +5798,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: rgba(189, 147, 249, 0.5); }

/*******************
* Calendar events *
********************/
.color-light label, .color-light.timed label {
color: #1e1f29;
opacity: 1; }

/********
* Gala *
*******/
Expand Down
7 changes: 7 additions & 0 deletions gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5798,6 +5798,13 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: rgba(189, 147, 249, 0.5); }

/*******************
* Calendar events *
********************/
.color-light label, .color-light.timed label {
color: #1e1f29;
opacity: 1; }

/********
* Gala *
*******/
Expand Down

0 comments on commit b99589e

Please sign in to comment.