aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
blob: 753f0387f8543b16bd3393a43e2e9ee6a38aaf22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
*
* system: {{scheme-system}}
* name: {{scheme-name}}
* slug: {{scheme-slug}}
* author: {{scheme-author}}
* variant: {{scheme-variant}}
*
*/

window {
    background-color:
    border-color:
}

button,
image {
    color:
}

button {
    color:
}

button:hover {
    background-color:
}