blob: 40b57e6a66012680962782dcd1fd9c90f4870b3e (
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.15);
}
|