diff options
Diffstat (limited to 'src/components/BlockQuote.module.css')
-rw-r--r-- | src/components/BlockQuote.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/BlockQuote.module.css b/src/components/BlockQuote.module.css new file mode 100644 index 00000000..0b8256e7 --- /dev/null +++ b/src/components/BlockQuote.module.css @@ -0,0 +1,3 @@ +.qt { + background-color: var(--ifm-code-background); +}
\ No newline at end of file |