mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-21 07:12:13 +00:00
codeblock copy
This commit is contained in:
parent
0813f127a3
commit
1cb4dadf13
10 changed files with 98 additions and 10 deletions
quartz/components
|
@ -2,7 +2,7 @@
|
|||
// modules are automatically deferred and we don't want that to happen for critical beforeDOMLoads
|
||||
// see: https://v8.dev/features/modules#defer
|
||||
import darkmodeScript from "./scripts/darkmode.inline"
|
||||
import styles from '../styles/darkmode.scss'
|
||||
import styles from './styles/darkmode.scss'
|
||||
|
||||
export default function Darkmode() {
|
||||
return <div class="darkmode">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue