blob: b843e3c33afecf624958562bb1d9a43751aa2520 (
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: standardized-light
* author: ali (https://github.com/ali-githb/base16-standardized-scheme)
* slug: standardized-light
* slug-underscored: standardized_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #ffffff;
border-color: #3173c5;
}
button,
image {
color: #767676;
}
button:hover {
background-color: rgba(34, 34, 34, 0.15);
}
|