heatmap/main.css

21 lines
339 B
CSS
Raw Normal View History

2023-06-17 02:57:15 +02:00
@font-face {
font-family: "quicksand";
/* license: url("https://radii.page/fonts/Quicksand-Regular.txt"); */
src: local("font") url("./font.ttf") format("tff");
}
body {
font-family: quicksand, Sans-serif;
}
.tooltip {
color: white;
position: absolute;
z-index: 1;
}
footer {
position: relative;
text-align: center;
}