summaryrefslogtreecommitdiff
path: root/themes/theme5.less
blob: 6b16beab46b944e9c35d53f33c25a0245639e969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import "../vendor/twbs/bootstrap/less/variables";

@brand-primary:         rgb(164, 28, 49);
@brand-success:         rgb(153, 204, 0);
@brand-info:            rgb(0, 204, 255);
@brand-warning:         rgb(255, 102, 0);
@brand-danger:          rgb(51, 0, 102);

@link-color:            @brand-primary;


@import "base.less";