mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: fix footer dark (#9617)
This commit is contained in:
parent
97380c5525
commit
e0a73c8d4d
@ -80,6 +80,9 @@ const homeLang = computed(() => homeLocale[lang.value])
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
.dark .footer {
|
||||
background-color: var(--el-fill-color-lighter);
|
||||
}
|
||||
.footer {
|
||||
background-color: #f5f7fa;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user