aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-gigavolt.css
blob: 462645146b5d2115323c49c189d52098e3f67f76 (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: Gigavolt
* author: Aidan Swope (http://github.com/Whillikers)
* slug: gigavolt
* slug-underscored: gigavolt
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #202126;
    border-color: #40bfff;
}

button,
image {
    color: #cad3ff;
}

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