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:
@@ -86,3 +86,18 @@
|
||||
border-color: #bbb;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.black .modal-content {
|
||||
background: #222;
|
||||
border-color: #828282;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.black .modal-content button {
|
||||
background-color: #444444;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
.black .modal-content button.active {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user