diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-06 04:37:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 04:37:37 -0500 |
| commit | 076d11292f919ef272f01976d8fb6c5b5a125be4 (patch) | |
| tree | e8b69687a9951f8c6f83114dd9ee2ee75dbb9b90 /src | |
| parent | 19a20159a5c8ad72f6978331b268ee75a1cad94b (diff) | |
| parent | 72e99f7c5c41fcc1c60ba59397ea560436dbd93c (diff) | |
Merge pull request #958 from isanae/dracula-background-color
Dracula theme fix for redrawing the images tab
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/dracula.qss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 537ff083..a78d2414 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -4,7 +4,7 @@ QWidget, QStackedWidget, QScrollArea, QAbstractScrollArea { - background-color: transparent; + background-color: #3c3f41; color: #bbbbbb; } |
