aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-chalk.css
blob: 37b2abefe1f959ac775884c9156169628bd1a2c8 (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: Chalk
* author: Chris Kempson (http://chriskempson.com)
* slug: chalk
* slug-underscored: chalk
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #151515;
    border-color: #6fc2ef;
}

button,
image {
    color: #b0b0b0;
}

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