blob: 1109865e9fa71a9decc1785094c4503b81cb355b (
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: Atelier Estuary Light
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-estuary-light
* slug-underscored: atelier_estuary_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f4f3ec;
border-color: #36a166;
}
button,
image {
color: #6c6b5a;
}
button:hover {
background-color: rgba(34, 34, 27, 0.15);
}
|