You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
header:not(.embedded) {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
background-color: #303030;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: #a0a0a0;
|
|
|
|
background-color: #0f0f0f;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.sec, p.thi {
|
|
|
|
color: lightgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.items:not(.disabled):hover:not(:focus), a:not(.disabled):hover:not(:focus) {
|
|
|
|
background-color: #0000bb;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:not(.no-a-custom):not(.no-custom-a):not(:focus):not(:hover) {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back {
|
|
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.early {
|
|
|
|
color: lightgreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.late {
|
|
|
|
color: #ff3333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggestion .star {
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.suggestion .star.checked {
|
|
|
|
filter: invert(86%) sepia(79%) saturate(2126%) hue-rotate(357deg) brightness(108%) contrast(104%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-suburban {
|
|
|
|
color: #33ff33 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-bus {
|
|
|
|
color: #dd33dd !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-subway {
|
|
|
|
color: #33aaff !important;
|
|
|
|
}
|
|
|
|
}
|