light theme fix

This commit is contained in:
Nikita Krupin 2022-03-21 17:57:49 -04:00
parent 4a9fcdb27b
commit c9d2800cde
2 changed files with 3 additions and 7 deletions

View File

@ -8,13 +8,7 @@
:page="page"
/>
<div
style="
height: 100%;
margin-top: 4rem;
background: linear-gradient(var(--v-accent-base) 0%, var(--v-accent2-base) 100%);
"
>
<div class="accent" style="height: 100%; margin-top: 4rem">
<div
v-show="!search"
class="background"

View File

@ -9,6 +9,8 @@
"generate": "nuxt generate"
},
"dependencies": {
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "^1.0.8",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"vue": "^2.6.14",