blob: ef4255c5ca605d6488fed7836c00486f499ffd93 (
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: Da One White
* author: NNB (https://github.com/NNBnh)
* slug: da-one-white
* slug-underscored: da_one_white
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #ffffff;
border-color: #5890f8;
}
button,
image {
color: #282828;
}
button:hover {
background-color: rgba(0, 0, 0, 0.15);
}
|