aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-github.css
blob: a65e01240607f3b32781fc8a283793deee33b573 (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: Github
* author: Defman21
* slug: github
* slug-underscored: github
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #795da3;
}

button,
image {
    color: #e8e8e8;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}