blob: d04f0dcea00ab4cad425fc924c7ba1d9e4f84d75 (
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: Snazzy
* author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
* slug: snazzy
* slug-underscored: snazzy
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #282a36;
border-color: #57c7ff;
}
button,
image {
color: #a5a5a9;
}
button:hover {
background-color: rgba(241, 241, 240, 0.4);
}
|