aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-primer-light.css
blob: 8d39fd49dd16882a50c962d39f19174b6c98933c (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: Primer Light
* author: Jimmy Lin
* slug: primer-light
* slug-underscored: primer_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #fafbfc;
    border-color: #0366d6;
}

button,
image {
    color: #444d56;
}

button:hover {
    background-color: rgba(27, 31, 35, 0.15);
}