aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-selenized-white.css
blob: fb16b15d580e512afd769bfac5febb7cde3effb4 (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: selenized-white
* author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali
* slug: selenized-white
* slug-underscored: selenized_white
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #0054cf;
}

button,
image {
    color: #878787;
}

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