把下面的代码添加到自定义的地方去即可
<script src="https://ztuck.oss-cn-beijing.aliyuncs.com/API/js/hua.js"></script>
<style>
.chakra-ui-light{
background-image: linear-gradient(120deg,rgb(224, 195, 252) 0%,rgb(142, 197, 252) 100%) !important;
background-attachment: fixed;
}
.main-box {
border-radius: 10px !important;
}
.chakra-ui-light .main-box {
background-color: rgba(255, 255, 255, 0.2) !important;
}
.chakra-ui-light .readme-box {
background-color: rgba(255, 255, 255, 0.2) !important;
}
.readme-box {
border-radius: 10px !important;
}
</style>