aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-harmonic16-light.css
blob: 1640fd0c1284f700b650a308704109e794a5baa6 (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: Harmonic16 Light
* author: Jannik Siebert (https://github.com/janniks)
* slug: harmonic16-light
* slug-underscored: harmonic16_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f7f9fb;
    border-color: #8b56bf;
}

button,
image {
    color: #627e99;
}

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