mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
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:
@ -301,6 +301,10 @@ body > div.navbar-fixed > nav > div {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.input-field label {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #82b1ff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user