css: tweak dark mode styles.
* Adjust platinum user color. * Change alert notices to grey with blue border. * Add padding to text <input> elements so that the text isn't right next to the edge.
This commit is contained in:
@@ -60,6 +60,7 @@ input, select, textarea {
|
||||
background: var(--form-input-background);
|
||||
border: var(--form-input-border);
|
||||
color: var(--form-input-text-color);
|
||||
padding-left: 0.25em;
|
||||
}
|
||||
|
||||
input[type="button"], input[type="submit"], button {
|
||||
|
||||
Reference in New Issue
Block a user