blob: a8d081d738cc50f5d4c2b1f6bc7918080fb2fa5d (
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: Katy
* author: George Essig (https://github.com/gessig)
* slug: katy
* slug-underscored: katy
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #292d3e;
border-color: #82aaff;
}
button,
image {
color: #8796b0;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
}
|