aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/static/css/styles.css
blob: 692c43d879708c93ce7abc6c8a600ca577aa319f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
h1 {
    color: white;
    background: #369;
    text-align: center;
    padding: 0.1em 0 0.1em 0;
}

.btn {
    text-transform: capitalize;
}

table thead th, table tfoot th {
    border-right: 1px solid white;
    color: white;
    background: #369;
}