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>
|
</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;
|
||||||
|
Loading…
Reference in New Issue
Block a user