add a bit of border to text boxes (#9324)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2023-06-27 20:58:31 +01:00
committed by GitHub
parent 53cce8f1f1
commit 640cd5643e

View File

@@ -31,6 +31,12 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
color-scheme: initial;
}
input[type="text"] {
border-color: var(--ifm-color-primary-lightest);
border-style: solid;
border-width: 1px;
}
/*
TODO: remove these two styles when
we can upgrade to docusaurus-theme-openapi@0.6.5