aboutsummaryrefslogtreecommitdiff
path: root/css/colors.css
blob: 589557080ac5a70e74e218fbf1434e7a1a2b00fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.bg-skyblue {
    background-color: #508eeb;
}

.bg-white {
    background-color: #ffffff;
}

.bg-purple {
    background-color: #3c3cc7;
}

.text-white {
    color: #ffffff;
}