blob: 067d6c6a433594680f26e44220b909103492697e (
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 NT Light
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-nt-light
* slug-underscored: windows_nt_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #ffffff;
border-color: #000080;
}
button,
image {
color: #a0a0a0;
}
button:hover {
background-color: rgba(0, 0, 0, 0.15);
}
|