blob: 12b278697d3858eb45516e273e892cd473e3aa56 (
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: Still Alive
* author: Derrick McKee (derrick.mckee@gmail.com)
* slug: still-alive
* slug-underscored: still_alive
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #F0F0F0;
border-color: #001878;
}
button,
image {
color: #F00000;
}
button:hover {
background-color: rgba(48, 168, 96, 0.4);
}
|