diff --git a/docs-src/pages/styling.mdx b/docs-src/pages/styling.mdx index 7299414..3082f25 100644 --- a/docs-src/pages/styling.mdx +++ b/docs-src/pages/styling.mdx @@ -53,10 +53,6 @@ import { Callout } from "nextra-theme-docs"; /> ```css -.character--selected { - position: relative; -} - /* optionally hide placeholder (in case it overlaps the cursor) */ .character--selected:not(.character--filled) { color: transparent; @@ -67,11 +63,6 @@ import { Callout } from "nextra-theme-docs"; width: 1px; height: 25px; background-color: #333; - display: block; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); animation: blink 1s infinite step-end; } diff --git a/docs/404.html b/docs/404.html index 71dc39d..3a8aecd 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,4 +1,4 @@ -