diff --git a/scss/global.scss b/scss/global.scss index 40e41f82..4153fa97 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -82,6 +82,12 @@ input { box-sizing: border-box; } +// Fixes gray/black background when using a dark GTK theme +input, textarea { + background: inherit; + color: inherit; +} + button, .button { font-size: 1.2em; background: var(--button-bg); @@ -205,4 +211,4 @@ textarea { margin: -0.1em 0; object-fit: contain; vertical-align: middle; -} \ No newline at end of file +}