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:
evazion
2019-09-19 12:55:52 -05:00
parent 81f862a498
commit 828b225dac
2 changed files with 5 additions and 4 deletions

View File

@@ -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 {