mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-13 23:16:47 +00:00
Merge pull request #3340 from tangly1024/feat/theme-proxio
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