aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-emil.css
blob: 651acce583b4c7ba48d7803194255f3d942c3e55 (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: emil
* author: limelier
* slug: emil
* slug-underscored: emil
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #efefef;
    border-color: #471397;
}

button,
image {
    color: #505063;
}

button:hover {
    background-color: rgba(26, 26, 47, 0.15);
}