Add user preferences

This commit is contained in:
Omar Roth
2018-07-16 11:24:24 -05:00
parent f68b27da7c
commit 96c520b02b
8 changed files with 223 additions and 95 deletions

View File

@@ -21,6 +21,10 @@ body {
color: #f0f0f0;
}
.pure-form > fieldset > input {
.pure-form > fieldset > input, .pure-control-group > input {
color: #101010;
}
.pure-form > fieldset > select, .pure-control-group > select {
color: #101010;
}