aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-equilibrium-gray-light.css
blob: 0b9dc9dc05d6e491aab048beeb699fe8dd3bb98e (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: Equilibrium Gray Light
* author: Carlo Abelli
* slug: equilibrium-gray-light
* slug-underscored: equilibrium_gray_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f1f1f1;
    border-color: #0073b5;
}

button,
image {
    color: #5e5e5e;
}

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