aboutsummaryrefslogtreecommitdiff
path: root/templates/body.mustache
blob: 555bbd8bd3b8b275446d1fcd1646b2ee564cdfe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
window {
    background-color: #{{base00}};
    border-color: #{{base06}};
}

button,
image {
    color: #{{base04}};
}

button {
    color: #eee;
}

button:hover {
    background-color: #{{base07}};
}