diff --git a/docs/src/icons/polar.svg b/docs/src/icons/polar.svg new file mode 100644 index 0000000..bc17ffc --- /dev/null +++ b/docs/src/icons/polar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/docs/src/tabdance.md b/docs/src/tabdance.md index 09ecaf4..102111d 100644 --- a/docs/src/tabdance.md +++ b/docs/src/tabdance.md @@ -1 +1,4 @@ +# Tabdance
+ +
diff --git a/docs/theme/custom.css b/docs/theme/custom.css index 90d35da..9f1b7a9 100644 --- a/docs/theme/custom.css +++ b/docs/theme/custom.css @@ -4,4 +4,8 @@ h3 { margin-block-end: -1em; font-size: 1.6rem; font-weight: initial; -} \ No newline at end of file +} + +#menu-bar-hover-placeholder { + position: relative; +}