Skip to content

Commit

Permalink
fix: adjust red background color of messages in dark mode (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor authored Dec 26, 2024
1 parent 2620cd1 commit 0577667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body[data-color-scheme="light"] {

body[data-color-scheme="dark"] {
--sb-background-green: #184223;
--sb-background-red: #5d2420;
--sb-background-red: #5d2020;
}

body[data-color-accessibility-mode][data-color-scheme="light"] {
Expand Down

0 comments on commit 0577667

Please sign in to comment.