Overriding builtin themes with user defined css. Users should take advantage of the url query parmeters to choose which theme to override at load. Closes #36.

This commit is contained in:
Jeremy Zhang
2017-08-08 03:14:17 +00:00
parent 1b8da1a5c1
commit 335d9f569e
3 changed files with 28 additions and 8 deletions

View File

@ -301,6 +301,10 @@ body > div.navbar-fixed > nav > div {
font-size: 85%;
}
.input-field label {
color: white;
}
a {
color: #82b1ff;
}