Skip to content

Commit

Permalink
add a bit of border to text boxes (#9324)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Jun 27, 2023
1 parent 53cce8f commit 640cd56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand Down

0 comments on commit 640cd56

Please sign in to comment.