aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-horizon-light.css
blob: f6d3a26c12f5d24f45d26da7ac9b7c9f902d4d25 (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: Horizon Light
* author: Michaël Ball (http://github.com/michael-ball/)
* slug: horizon-light
* slug-underscored: horizon_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #FDF0ED;
    border-color: #DA103F;
}

button,
image {
    color: #948C8A;
}

button:hover {
    background-color: rgba(32, 28, 29, 0.4);
}