blob: d02e40dbf741430e9db9b2ce6a3adffdf1f794f1 (
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: Apathy
* author: Jannik Siebert (https://github.com/janniks)
* slug: apathy
* slug-underscored: apathy
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #031A16;
border-color: #96883E;
}
button,
image {
color: #5F9C92;
}
button:hover {
background-color: rgba(210, 231, 228, 0.4);
}
|