blob: 104e78c2aa5d0e52a12ff26738e3714d73263b6c (
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.15);
}
|