MastodonHelp/web/site/css/stats.css
2023-11-02 23:37:34 +01:00

29 lines
373 B
CSS

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