blob: 822028bd56ec23b3142d5f07c85bccc6435772a7 (
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 Dark
* author: Michaël Ball
* slug: tokyo-city-dark
* slug-underscored: tokyo_city_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #171D23;
border-color: #7AA2F7;
}
button,
image {
color: #B7C5D3;
}
button:hover {
background-color: rgba(251, 251, 253, 0.15);
}
|