blob: 5d555e91397f5a018c47e6d04feea239304220b1 (
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: London Tube
* author: Jan T. Sott
* slug: tube
* slug-underscored: tube
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #231f20;
border-color: #009ddc;
}
button,
image {
color: #959ca1;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|