自定义body (仅背影渐变)
<style>
.chakra-ui-light{
background-image: linear-gradient(120deg,#e0c3fc 0%,#8ec5fc 100%) !important;
background-attachment: fixed;
}
.main-box {
border-radius: 15px !important;
}
.chakra-ui-light .main-box {
background-color: white !important;
}
.chakra-ui-light .readme-box {
background-color: white !important;
}
.readme-box {
border-radius: 15px !important;
}
</style>
最后更新: 2022-02-23 19:46
文章链接: https://995566.xyz/82022419.html
创作共享: 「署名 4.0 国际」许可协议进行许可~>_<