aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-fruit-soda.css
blob: 1777ea99918f8b086958b0569ec719091d497944 (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: Fruit Soda
* author: jozip
* slug: fruit-soda
* slug-underscored: fruit_soda
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f1ecf1;
    border-color: #2931df;
}

button,
image {
    color: #979598;
}

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