We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7dc00 commit 30e5325Copy full SHA for 30e5325
observablehq.config.ts
@@ -3,9 +3,9 @@ export default {
3
// The project’s title; used in the sidebar and webpage titles.
4
title: "Observable RouterOS",
5
root: "docs",
6
- theme: ["glacier", "coffee"],
+ theme: ["ink"],
7
footer: "",
8
- head: '<script defer data-domain="tikoci.github.io" src="https://plausible.io/js/script.js"></script>'
+ head: '<script defer data-domain="tikoci.github.io" src="https://plausible.io/js/script.js"></script><style>blockquote { font-style: italic; }</style>'
9
10
// The pages and sections in the sidebar. If you don’t specify this option,
11
// all pages will be listed in alphabetical order. Listing pages explicitly
0 commit comments