aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-silk-light.css
blob: 746b528ac386b13c127b248df0933d23eecd8a0d (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: Silk Light
* author: Gabriel Fontes (https://github.com/Misterio77)
* slug: silk-light
* slug-underscored: silk_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #E9F1EF;
    border-color: #39AAC9;
}

button,
image {
    color: #4B5B5F;
}

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