aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-precious-light-white.css
blob: f94b1ef44217c821a240a8c3801befb9816c1b5d (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: Precious Light White
* author: 4lex4 <4lex49@zoho.com>
* slug: precious-light-white
* slug-underscored: precious_light_white
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #186daa;
}

button,
image {
    color: #636363;
}

button:hover {
    background-color: rgba(85, 85, 85, 0.4);
}