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

window {
    background-color: #000000;
    border-color: #0e5a94;
}

button,
image {
    color: #b0b0b0;
}

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