blob: e23ece7e14003e1001bf77cbd774d97b5b5d8486 (
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: Cupcake
* author: Chris Kempson (http://chriskempson.com)
* slug: cupcake
* slug-underscored: cupcake
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #fbf1f2;
border-color: #7297B9;
}
button,
image {
color: #a59daf;
}
button:hover {
background-color: rgba(88, 80, 98, 0.15);
}
|