Fix dark color

This commit is contained in:
thehrz 2023-06-24 15:41:01 +08:00
parent af20021657
commit dbae941f8a
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export default {
<img class="mx-3 w-40px" src="/favicon.svg"> <img class="mx-3 w-40px" src="/favicon.svg">
<router-link to="/"> <router-link to="/">
<v-toolbar-title class="c-coolgray-700 font-bold"> <v-toolbar-title class="font-bold">
合肥市南园学校19预科2班 合肥市南园学校19预科2班
</v-toolbar-title> </v-toolbar-title>
</router-link> </router-link>

View File

@ -1,5 +1,5 @@
<template> <template>
<h1 class="text-12 text-center mt-50% c-coolgray-700"> <h1 class="text-12 text-center mt-50%">
属于19预科2班的故事还未完结 属于19预科2班的故事还未完结
</h1> </h1>
</template> </template>