chore: fix footer dark (#9617)

This commit is contained in:
iamkun 2022-09-04 14:10:42 +08:00 committed by GitHub
parent 97380c5525
commit e0a73c8d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,9 @@ const homeLang = computed(() => homeLocale[lang.value])
</template> </template>
<style lang="scss"> <style lang="scss">
.dark .footer {
background-color: var(--el-fill-color-lighter);
}
.footer { .footer {
background-color: #f5f7fa; background-color: #f5f7fa;
box-sizing: border-box; box-sizing: border-box;