blob: a11beae25c2efb04289e692dca2257de3f6dc56f (
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: Tokyo City Terminal Light
* author: Michaël Ball
* slug: tokyo-city-terminal-light
* slug-underscored: tokyo_city_terminal_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #FBFBFD;
border-color: #34548A;
}
button,
image {
color: #526270;
}
button:hover {
background-color: rgba(23, 29, 35, 0.4);
}
|