mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
proxio 切换主题时的背景色
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
const Style = () => {
|
const Style = () => {
|
||||||
return <style jsx global>{`
|
return <style jsx global>{`
|
||||||
|
|
||||||
|
// 底色
|
||||||
|
body{
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
.dark body{
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
#theme-proxio .bg-primary {
|
#theme-proxio .bg-primary {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
|
|||||||
Reference in New Issue
Block a user