aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-colors.css
blob: bbc0dc3a98d3f0f2a9b44a3ab6909abe4435b01b (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: Colors
* author: mrmrs (http://clrs.cc)
* slug: colors
* slug-underscored: colors
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #111111;
    border-color: #0074d9;
}

button,
image {
    color: #999999;
}

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