blob: b95770375bc4904dfb5f3429037b0a41cef06a4b (
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: standardized-dark
* author: ali (https://github.com/ali-githb/base16-standardized-scheme)
* slug: standardized-dark
* slug-underscored: standardized_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #222222;
border-color: #00a3f2;
}
button,
image {
color: #898989;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|