Skip to content

Commit

Permalink
Increase default input field border contrast
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Dec 9, 2022
1 parent e4f6bfe commit 7b00ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/css/inputs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/inputs.scss
Expand Up @@ -209,7 +209,7 @@ textarea {
font-size: var(--default-font-size);
background-color: var(--color-main-background);
color: var(--color-main-text);
border: 2px solid var(--color-border-dark);
border: 2px solid var(--color-border-maxcontrast);
height: 36px;
outline: none;
border-radius: var(--border-radius-large);
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b00ef1

Please sign in to comment.