blob: 703bd376c29d9f24cd02bc5ae5fc1fdbb43e0e08 (
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: Unikitty Light
* author: Josh W Lewis (@joshwlewis)
* slug: unikitty-light
* slug-underscored: unikitty_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #ffffff;
border-color: #775dff;
}
button,
image {
color: #89878b;
}
button:hover {
background-color: rgba(50, 45, 52, 0.4);
}
|