Extract input style to common CSS and remove raw uses of var(--x).

The mixin handles the fallback gracefully on browsers where it's not
supported.
This commit is contained in:
2023-11-27 22:17:23 -08:00
parent abb137514b
commit 5aa54c1ce4
4 changed files with 31 additions and 22 deletions

View File

@@ -32,6 +32,8 @@ $code-lineno-color: grey;
$code-comment-color: grey;
$code-border: $standard-border-width solid $code-border-color;
$input-padding: 0.5rem;
$sidenote-padding: 1rem;
$sidenote-highlight-border-width: .2rem;