Deploying to gh-pages from @ dolanmiu/docx@813143237b 🚀

This commit is contained in:
dolanmiu
2022-06-30 20:34:15 +00:00
parent 04a5b519c4
commit 0a465ce4a6
338 changed files with 45511 additions and 2034 deletions

View File

@ -1,5 +1,5 @@
:root {
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
@ -11,11 +11,11 @@
--code-background: var(--dark-code-background);
} }
body.light {
:root[data-theme='light'] {
--code-background: var(--light-code-background);
}
body.dark {
:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}