forked from tanner/qotnews
style: Style settings modal for dark, black, and red themes
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -104,3 +104,18 @@
|
||||
border-color: #b00;
|
||||
color: #d00;
|
||||
}
|
||||
|
||||
.red .modal-content {
|
||||
background: #300;
|
||||
border-color: #690000;
|
||||
color: #b00;
|
||||
}
|
||||
|
||||
.red .modal-content button {
|
||||
background-color: #440000;
|
||||
border-color: #b00;
|
||||
}
|
||||
|
||||
.red .modal-content button.active {
|
||||
background-color: #550000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user