aboutsummaryrefslogtreecommitdiff
path: root/templates/body.mustache
blob: fe47f115c8c7bdcd230f357c9b177f675750b805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
window {
    background-color: #{{base00.hex}};
    border-color: #{{base0D.hex}};
}

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

button:hover {
    background-color: rgba({{base07.rgb-r}}, {{base07.rgb-g}}, {{base07.rgb-b}}, 0.15);
}