blob: 7be2df205b73d5e1fa07d83bdfc87461359cc8da (
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 Dark
* author: Alexander Rossell Hayes (https://github.com/rossellhayes)
* slug: terracotta-dark
* slug-underscored: terracotta_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #241d1a;
border-color: #b0a4c3;
}
button,
image {
color: #a78e84;
}
button:hover {
background-color: rgba(220, 210, 206, 0.15);
}
|