blob: 7aeec1e7fda6e3b843791b70af86ce3768f29dfd (
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 Light
* author: Carlo Abelli
* slug: equilibrium-light
* slug-underscored: equilibrium_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #f5f0e7;
border-color: #0073b5;
}
button,
image {
color: #5a5f66;
}
button:hover {
background-color: rgba(24, 28, 34, 0.15);
}
|