Skip to content

Commit

Permalink
Gnome-shell: Fix blacked text in popup description
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Jul 30, 2020
1 parent c118c8d commit 75674ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnome-shell/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ StScrollBar {
padding-bottom: .4em;
}

.run-dialog-description {
color: $fg_color;
}

}

.mount-dialog-subject,
Expand Down
2 changes: 2 additions & 0 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ StScrollBar {
font-weight: bold;
color: #a6acbb;
padding-bottom: .4em; }
.modal-dialog .run-dialog-description {
color: #C3C7D1; }

.mount-dialog-subject,
.end-session-dialog-subject {
Expand Down

0 comments on commit 75674ec

Please sign in to comment.