override bootstrap colors

This commit is contained in:
ansuz 2017-02-02 18:48:43 +01:00
parent e712025a4e
commit 26a4b0c18f
2 changed files with 8 additions and 0 deletions

View File

@ -469,6 +469,9 @@ html.cp,
* Currently only used by /poll/ * Currently only used by /poll/
*/ */
} }
.cp .btn-primary {
background-color: #00ADEE;
}
.cp body { .cp body {
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;

View File

@ -18,6 +18,11 @@ html.cp, .cp body {
.cp { .cp {
// override bootstrap colors
.btn-primary {
background-color: @cp-blue;
}
body { body {
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;