blob: 1133dd70b4aa2082b7829256dab59620e1298519 (
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.4);
}
|