aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-95.css
blob: 2eb3aa4d98038284d198e05e5786a9defa36c183 (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
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-95
* slug-underscored: windows_95
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #000000;
    border-color: #5454fc;
}

button,
image {
    color: #7e7e7e;
}

button:hover {
    background-color: rgba(252, 252, 252, 0.15);
}