blob: 82dcf34db5c0d4a852b935eda24918fba2562fa1 (
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: Synth Midnight Terminal Light
* author: Michaël Ball (http://github.com/michael-ball/)
* slug: synth-midnight-light
* slug-underscored: synth_midnight_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #dddfe0;
border-color: #03aeff;
}
button,
image {
color: #474849;
}
button:hover {
background-color: rgba(5, 6, 8, 0.4);
}
|