mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
proxio 切换主题时的背景色
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user