aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-woodland.css
blob: caebf16d6cf8754ce6ef097946fe76022cdc46bc (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
/*
*
* name: Woodland
* author: Jay Cornwall (https://jcornwall.com)
* slug: woodland
* slug-underscored: woodland
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #231e18;
    border-color: #88a4d3;
}

button,
image {
    color: #b4a490;
}

button:hover {
    background-color: rgba(228, 212, 200, 0.4);
}