blob: f89c7e85f127467d3ac925bbd145827c99c15c59 (
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: Edge Light
* author: cjayross (https://github.com/cjayross)
* slug: edge-light
* slug-underscored: edge_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #fafafa;
border-color: #6587bf;
}
button,
image {
color: #6587bf;
}
button:hover {
background-color: rgba(94, 100, 111, 0.4);
}
|