aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-precious-light-white.css
blob: 4c4dd8e6078010b2502fd3b56f3fdff56141a18d (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.15);
}