Add GitBook theme structure with Traditional Chinese docs
This commit is contained in:
22
gitbook/style.js
Normal file
22
gitbook/style.js
Normal file
@@ -0,0 +1,22 @@
|
||||
/* eslint-disable react/no-unknown-property */
|
||||
/**
|
||||
* 此處樣式僅對當前主題生效
|
||||
* 此處不支援 tailwindCSS 的 @apply 語法
|
||||
* @returns
|
||||
*/
|
||||
const Style = () => {
|
||||
return (
|
||||
<style jsx global>{`
|
||||
// 底色
|
||||
.dark body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.bottom-button-group {
|
||||
box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
`}</style>
|
||||
)
|
||||
}
|
||||
|
||||
export { Style }
|
Reference in New Issue
Block a user