blob: 8c399d1e8a697a59f853be0a0108eaa50cf4cb9f (
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 High Contrast Light
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-highcontrast-light
* slug-underscored: windows_highcontrast_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #fcfcfc;
border-color: #000080;
}
button,
image {
color: #7e7e7e;
}
button:hover {
background-color: rgba(0, 0, 0, 0.15);
}
|