aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-terracotta.css
blob: 207f31f4c30b85e8fdfbd4cf7d15f1a64469e39b (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: Terracotta
* author: Alexander Rossell Hayes (https://github.com/rossellhayes)
* slug: terracotta
* slug-underscored: terracotta
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #efeae8;
    border-color: #625574;
}

button,
image {
    color: #59453d;
}

button:hover {
    background-color: rgba(36, 28, 25, 0.15);
}