override bootstrap colors

pull/1/head
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/
*/
}
.cp .btn-primary {
background-color: #00ADEE;
}
.cp body {
font-size: 1rem;
font-weight: 400;

View File

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