summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/app.component.css
blob: 0ec4936289ef07535b9cbd9b0a3df268408c070e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.navbar-inverse  {
    background-color: #330066;
}

.navbar-brand {
    background: #330066;
    color: white;
    font-size: x-large;
}

.navbar-nav ul li a {
    color: #fff;
}

.menu-text {
    color: #fff;
}