aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-3024.css
blob: da54cd79421a63a9e65e3e54b33914fefa4cffd7 (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: 3024
* author: Jan T. Sott (http://github.com/idleberg)
* slug: 3024
* slug-underscored: 3024
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #090300;
    border-color: #01a0e4;
}

button,
image {
    color: #807d7c;
}

button:hover {
    background-color: rgba(247, 247, 247, 0.4);
}