blob: 4a86373cf078f8d7d0d582865b2b38d28cfa9977 (
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.4);
}
|