aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-sparky.css
blob: a38d3837c15c90a452d02624d84ddfa52310f9c1 (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: Sparky
* author: Leila Sother (https://github.com/mixcoac)
* slug: sparky
* slug-underscored: sparky
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #072B31;
    border-color: #4698CB;
}

button,
image {
    color: #00778B;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}