aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-humanoid-light.css
blob: 44c6822870d2ef2d0abb00dd637ed13d6b893548 (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: Humanoid light
* author: Thomas (tasmo) Friese
* slug: humanoid-light
* slug-underscored: humanoid_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f8f8f2;
    border-color: #0082c9;
}

button,
image {
    color: #60615d;
}

button:hover {
    background-color: rgba(7, 7, 8, 0.15);
}