summaryrefslogtreecommitdiff
path: root/dashboard_website/static/css/dashboard.css
blob: 8afb8397030eb23f27a7e8f363dd872f389093e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

.icon-class {
    transition: all 5s; /* time between GPS pings */
}

@font-face {
    font-family: "HWYGOTH";
    src: url("/static/fonts/HWYGOTH.ttf");
}
* {
    font-family:HWYGOTH;
    color: lightgray;
}

.disabled-class > * > * {
    color: darkgray;
}
.disabled-class > * {
    color: darkgray;
}