blob: 5cbafd98fe98a2c379111523b77e583610959612 (
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: Black Metal (Mayhem)
* author: metalelf0 (https://github.com/metalelf0)
* slug: black-metal-mayhem
* slug-underscored: black_metal_mayhem
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #000000;
border-color: #888888;
}
button,
image {
color: #999999;
}
button:hover {
background-color: rgba(193, 193, 193, 0.4);
}
|