blob: efaff58a4b7b07d0f77fb79d2c2e0b7a35675d80 (
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: iA Light
* author: iA Inc. (modified by aramisgithub)
* slug: ia-light
* slug-underscored: ia_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f6f6f6;
border-color: #48bac2;
}
button,
image {
color: #767676;
}
button:hover {
background-color: rgba(248, 248, 248, 0.4);
}
|