Deploying to gh-pages from @ dolanmiu/docx@813143237b 🚀
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user