aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-google-light.css
blob: f79b489dc4fe8e33920046857e4238d002b90929 (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: Google Light
* author: Seth Wright (http://sethawright.com)
* slug: google-light
* slug-underscored: google_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #3971ED;
}

button,
image {
    color: #969896;
}

button:hover {
    background-color: rgba(29, 31, 33, 0.4);
}