統計情報を表示する
This commit is contained in:
24
public/stats/custom.css
Normal file
24
public/stats/custom.css
Normal file
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
body > *:not(:last-child) {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(roboto/Roboto-Regular.ttf) format("truetype");
|
||||
}
|
||||
|
||||
body * {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
body * {
|
||||
word-break: break-all;
|
||||
white-space: pre-line;
|
||||
}
|
||||
Reference in New Issue
Block a user