Files
Kleeja/styles/bootstrap_black/css/stylesheet.css

17 lines
248 B
CSS
Raw Normal View History

2019-01-14 21:05:27 +03:00
/**
* Kleeja team
* 2017
*/
.btn-primary{
background-color: #1b1e21;
border-color: #1b1e21;
}
.btn-outline-primary{
border-color: #1b1e21;
color: #1b1e21 !important;
}
.btn-outline-primary span{
color: #1b1e21 !important;
}