Skip to content

Commit 30e5325

Browse files
authored
ink & italic blockquotes
1 parent cd7dc00 commit 30e5325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

observablehq.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ export default {
33
// The project’s title; used in the sidebar and webpage titles.
44
title: "Observable RouterOS",
55
root: "docs",
6-
theme: ["glacier", "coffee"],
6+
theme: ["ink"],
77
footer: "",
8-
head: '<script defer data-domain="tikoci.github.io" src="https://plausible.io/js/script.js"></script>'
8+
head: '<script defer data-domain="tikoci.github.io" src="https://plausible.io/js/script.js"></script><style>blockquote { font-style: italic; }</style>'
99

1010
// The pages and sections in the sidebar. If you don’t specify this option,
1111
// all pages will be listed in alphabetical order. Listing pages explicitly

0 commit comments

Comments
 (0)