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

window {
    background-color: #2C3E50;
    border-color: #3498DB;
}

button,
image {
    color: #BDC3C7;
}

button:hover {
    background-color: rgba(236, 240, 241, 0.15);
}