summaryrefslogtreecommitdiffstats
path: root/themes/rusted/static/css/_bootstrap-overrides.scss
blob: 6bee3a9d8c1b8febd23e84280f922f55ccb6816e (plain)
1
2
3
4
5
6
.btn-primary {
    background-color: rgb(66, 139, 202);
    border-color: rgb(53, 126, 189);
    color: rgb(255, 255, 255);
}