Skip to content

Commit

Permalink
Update color scheme in custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
YeshuoShu committed Nov 2, 2023
1 parent e96f824 commit 107760e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13659,8 +13659,8 @@ body.dark,
.dark .docs-toc-link,
.dark .modal button.close,
.dark input {
color: rgb(29, 29, 32);
background: #23252f
color: #f8f8f2;
background: rgb(29, 29, 32)
}

.dark .form-control {
Expand Down

0 comments on commit 107760e

Please sign in to comment.