body背景色 提出

This commit is contained in:
tangly1024
2023-07-15 11:57:51 +08:00
parent eb3a0a0bae
commit a5892cb467
15 changed files with 81 additions and 55 deletions

View File

@@ -6,9 +6,9 @@
*/
const Style = () => {
return <style jsx global>{`
.test {
text-color: red;
// 底色
.dark body{
background-color: black;
}
`}</style>