modify style

This commit is contained in:
MaysWind
2023-06-23 01:37:58 +08:00
parent 651a912498
commit 9241953e31
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -259,20 +259,20 @@ const vuetify = createVuetify({
'on-primary': '#ffffff',
'on-success': '#ffffff',
'on-warning': '#ffffff',
'background': '#28243d',
'background': '#000000',
'on-background': '#fcf0e3',
'surface': '#312d4b',
'surface': '#1c1c1d',
'on-surface': '#fcf0e3',
'grey-50': '#2a2e42',
'grey-100': '#474360',
'grey-200': '#4a5072',
'grey-300': '#5e6692',
'grey-400': '#7983bb',
'grey-500': '#8692d0',
'grey-600': '#aab3de',
'grey-700': '#b6bee3',
'grey-800': '#cfd3ec',
'grey-900': '#e7e9f6',
'grey-50': '#212121',
'grey-100': '#424242',
'grey-200': '#616161',
'grey-300': '#757575',
'grey-400': '#909090',
'grey-500': '#a2a2a2',
'grey-600': '#b4b4b4',
'grey-700': '#c6c6c6',
'grey-800': '#d8d8d8',
'grey-900': '#eaeaea',
'perfect-scrollbar-thumb': '#4a5072',
'skin-bordered-background': '#312d4b',
'skin-bordered-surface': '#312d4b'
+1 -1
View File
@@ -85,7 +85,7 @@
<div class="layout-navbar navbar-blur">
<div class="navbar-content-container">
<div class="d-flex h-100 align-center">
<v-btn class="ms-n3 d-lg-none" color="default" variant="text"
<v-btn class="ms-n3 mr-2 d-lg-none" color="default" variant="text"
:icon="true" @click="showVerticalOverlayMenu = true">
<v-icon :icon="icons.menu" size="24" />
</v-btn>