♻️ Move some declarations out of base.css

This commit is contained in:
2022-06-28 22:50:53 +02:00
parent f00518edb6
commit 61679dc0c9
2 changed files with 24 additions and 24 deletions

View File

@ -26,4 +26,28 @@ import { loading } from "./store";
<style>
@import "./assets/base.css";
html,
body {
height: 100%;
}
body {
margin: 0;
padding: 0;
color-scheme: dark;
color: var(--text-color);
background-color: var(--bg-color);
font-family: var(--font-family);
}
.center {
display: flex;
justify-content: center;
}
main {
width: 100%;
max-width: 900px;
}
</style>

View File

@ -20,30 +20,6 @@
--substitution-background-unchanged: #26272a;
}
html,
body {
height: 100%;
}
body {
margin: 0;
padding: 0;
color-scheme: dark;
color: var(--text-color);
background-color: var(--bg-color);
font-family: var(--font-family);
}
.center {
display: flex;
justify-content: center;
}
main {
width: 100%;
max-width: 900px;
}
@font-face {
font-family: "sourcesanspro";
font-style: "normal";