blob: 4c2f0c982f2cc7e31cc6911ad1ae1554873fc11c (
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 95 Light
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-95-light
* slug-underscored: windows_95_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #fcfcfc;
border-color: #0000a8;
}
button,
image {
color: #7e7e7e;
}
button:hover {
background-color: rgba(0, 0, 0, 0.4);
}
|