Optimize statistics.

This commit is contained in:
Simon Lindh
2020-02-17 00:26:57 +07:00
committed by wiz
parent ac95c09ea6
commit acd658a0e7
11 changed files with 148 additions and 99 deletions

View File

@@ -18,6 +18,10 @@ $link-hover-decoration: underline !default;
@import "~bootstrap/scss/bootstrap";
@import '~tlite/tlite.css';
html, body {
height: 100%;
}
body {
background-color: #11131f;
}