adding track names

This commit is contained in:
2018-10-09 20:33:12 +02:00
parent 82be0d5dc7
commit 36a3bfc726
6 changed files with 33 additions and 29 deletions

View File

@@ -24,6 +24,19 @@
color: #666;
@extend .flicker;
}
.track_tooltip {
p {
margin: 0;
&.name {
font-weight: bold;
}
&.description {
font-style: italic;
}
}
}
#legend {
background: white;