Skip to content

Commit

Permalink
Fix dark color border for language popup
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Mar 1, 2023
1 parent 05b8a81 commit d84ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ html[data-color-scheme="dark"] .header_switchLanguage ul {

html[data-color-scheme="dark"] .header_switchLanguage ul:before,
html[data-color-scheme="dark"] .header_switchLanguage ul:after {
border-color: #3f4146;
border-bottom-color: #3f4146;
}

0 comments on commit d84ceed

Please sign in to comment.