feat(theme): Add theme settings UI

This commit is contained in:
Bouncey
2018-09-14 13:20:51 +01:00
committed by Stuart Taylor
parent a41ef09932
commit efd8c18f5a
4 changed files with 109 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
.toggle-active.btn[disabled] {
background-color: #006400;
opacity: 1;
}
.toggle-not-active.btn-primary.active {
background-color: #006400;
}
.toggle-not-active {
background-color: #dedede;
color: rgb(0, 49, 0);
}
.toggle-not-active:hover, .toggle-not-active:focus {
background-color: #006400;
}