blob: d8473b4cce7dacdf66d99b6c5ded0a6592a70219 (
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: Gruvbox light, hard
* author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
* slug: gruvbox-light-hard
* slug-underscored: gruvbox_light_hard
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f9f5d7;
border-color: #076678;
}
button,
image {
color: #665c54;
}
button:hover {
background-color: rgba(40, 40, 40, 0.15);
}
|