blob: 9ae630594924006775ab22ea571e5f40e6ddbcca (
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: Windows 10 Light
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-10-light
* slug-underscored: windows_10_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f2f2f2;
border-color: #0037da;
}
button,
image {
color: #ababab;
}
button:hover {
background-color: rgba(12, 12, 12, 0.4);
}
|