Merge pull request #3340 from tangly1024/feat/theme-proxio

proxio 切换主题时的背景色
This commit is contained in:
tangly1024
2025-04-13 13:20:19 +08:00
committed by GitHub

View File

@@ -8,6 +8,14 @@
const Style = () => {
return <style jsx global>{`
// 底色
body{
background-color: white;
}
.dark body{
background-color: black;
}
#theme-proxio .bg-primary {
--tw-bg-opacity: 1;
background-color: #121212;