aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-shapeshifter.css
blob: cee40b413a6ec446374561ebba5be84951fa5f9e (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: Shapeshifter
* author: Tyler Benziger (http://tybenz.com)
* slug: shapeshifter
* slug-underscored: shapeshifter
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f9f9f9;
    border-color: #3b48e3;
}

button,
image {
    color: #343434;
}

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