aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
blob: 86aee88a2f8e5f83147606495b31e62b7baf5bf0 (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
28
/*
*
* system: {{scheme-system}}
* name: {{scheme-name}}
* slug: {{scheme-slug}}
* author: {{scheme-author}}
* description: {{scheme-description}}
* variant: {{scheme-variant}}
*
*/

window {
    background-color:
    border-color:
}

button,
image {
    color:
}

button {
    color:
}

button:hover {
    background-color:
}