aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
blob: 3ca71f3ff4c6a8214189a19bcfb4cf8e71e7390a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***** LOGO *****/

.pepal-logo {
    font-style: italic;
    font-weight: bold;
}

.dark-blue {
    color: #013088;
}

.dark-blue-bg {
    background-color: #013088;
}

.light-blue {
    color: #029de0;
}

.light-blue-bg {
    background-color: #029de0;
}