Files
Kleeja/styles/bootstrap_black/css/stylesheet.css
Abdulrahman 2ba938e17c new style
2019-01-14 21:05:27 +03:00

17 lines
248 B
CSS
Executable File

/**
* 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;
}