blob: d4cb3a75e9cf2841c6f8193ce940c29522673a11 (
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 Forest
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-forest
* slug-underscored: atelier_forest
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #1b1918;
border-color: #407ee7;
}
button,
image {
color: #9c9491;
}
button:hover {
background-color: rgba(241, 239, 238, 0.4);
}
|