From 61679dc0c9071f9e7083c305441413c6c2086feb Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 28 Jun 2022 22:50:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Move=20some=20declarations?= =?UTF-8?q?=20out=20of=20base.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 24 ++++++++++++++++++++++++ src/assets/base.css | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1954377..c4dce65 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,4 +26,28 @@ import { loading } from "./store"; diff --git a/src/assets/base.css b/src/assets/base.css index eb38093..0a2d512 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -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";