override bootstrap colors
This commit is contained in:
parent
e712025a4e
commit
26a4b0c18f
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user