diff --git a/app/assets/stylesheets/dark-mode.scss b/app/assets/stylesheets/dark-mode.scss index f9071dcc..a6357aa5 100644 --- a/app/assets/stylesheets/dark-mode.scss +++ b/app/assets/stylesheets/dark-mode.scss @@ -115,6 +115,14 @@ body { color: white; } + .thredded--post--dropdown--actions--item { + color: black; + + &:hover { + color: white; + } + } + .thredded--form.thredded--navigation--search.thredded--navigation--search-topics input { background-color: #2196F3; }