feat/vaults
Tomáš Mládek 2021-06-12 23:37:40 +02:00
parent bcbfb347d6
commit 705c5f3cc2
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div id="app" :class="{ 'sl-theme-dark': prefersDark }">
<div id="root" :class="{ 'sl-theme-dark': prefersDark }">
<header>
<Header />
</header>
@ -60,7 +60,7 @@ html {
html,
body,
#app {
#root {
height: calc(100% - 1rem);
font-family: var(--default-font);
@ -68,7 +68,7 @@ body,
background: var(--background);
}
#app {
#root {
color: var(--foreground);
display: flex;