blob: 6b133b31081a53c90cc2964d044cfbc3dd6587ba (
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.4);
}
|