blob: cd1d3d97f8640ca1ee2187b327345e0ea6c1297c (
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-light
* author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali
* slug: selenized-light
* slug-underscored: selenized_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #fbf3db;
border-color: #006dce;
}
button,
image {
color: #909995;
}
button:hover {
background-color: rgba(58, 77, 83, 0.4);
}
|