blob: 9a0f0b6775a8b665a15d34d1283a91dfe7753a37 (
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: Evenok Dark
* author: Mekeor Melire
* slug: evenok-dark
* slug-underscored: evenok_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #000000;
border-color: #00aff2;
}
button,
image {
color: #b0b0b0;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|