perf: 修改颜色

This commit is contained in:
ibuler
2022-07-05 20:27:04 +08:00
committed by 老广
parent 2f71ee71b9
commit 4537e30e4a

View File

@@ -22,5 +22,5 @@
</style>
<script>
document.documentElement.style.setProperty('--primary-color', "{{ PRIMARY_COLOR }}");
document.documentElement.style.setProperty('--primary-color', "{{ INTERFACE.primary_color }}");
</script>