We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7c3ba commit fcc6745Copy full SHA for fcc6745
Themes/TokyoNight.css
@@ -25,12 +25,15 @@ self {
25
}
26
.invalid, .dg-error-list {
27
background-color: #f7768e; /* Red for errors, warnings */
28
+ color: #1a1b26; /* Deep blue background */
29
30
.SoftError > .invalid {
31
background-color: #e0af68; /* Yellow for warnings, notices */
32
33
34
.confirmed {
- background-color: #9ece6a; /* Green for success messages, buttons */
35
+ background-color: #9ece6a; /* Green for success messages, buttons */
36
37
38
button[id="delete-section"] { color: #7aa2f7; }
39
button[id="delete-section"] {
0 commit comments