blob: d5a9bcba695329c098e3518e4c079a456f2da545 (
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 Light
* author: Michaël Ball
* slug: tokyo-city-light
* slug-underscored: tokyo_city_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #FBFBFD;
border-color: #34548a;
}
button,
image {
color: #4c505e;
}
button:hover {
background-color: rgba(23, 29, 35, 0.15);
}
|