MastodonHelp/web/site/css/stats.css
pezcurrel 1098d105fa ...
2020-10-26 16:05:59 +01:00

29 lines
355 B
CSS

.info {
font-size: 10pt;
line-height: 12pt;
}
.visits, .hits {
margin-top: 3px;
background-color: magenta;
height: 10px;
}
.hits {
margin-top: 0;
background-color: blue;
}
.visitslab {
color: magenta;
}
.hitslab {
color: blue;
}
.sep {
height: 10px;
}
@media only screen and (max-width:540pt) {
}
@media only screen and (max-width:400pt) {
}