aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-ia-light.css
blob: 59a919e7c291035f4544f6a535f7b62fbe0ded19 (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.15);
}