aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-jabuti.css
blob: 3c45d58af6069137998eb56a2d571b450a8ed6e4 (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: Jabuti
* author: https://github.com/notusknot
* slug: jabuti
* slug-underscored: jabuti
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #292A37;
    border-color: #3FC6DE;
}

button,
image {
    color: #50526b;
}

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