Skip to content

Commit

Permalink
fix inputs background and text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Jan 20, 2025
1 parent 5324915 commit 5a10493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/less/site/elements/input.overrides
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.ui.input,
.ui.input > input {
background-color: @inputColor;
background-color: @inputBackgroundColor;
color: @inputColor;
border-radius: 0 !important;
border: 1px solid @whiteSmoke;
i.icon.search {
Expand Down
1 change: 1 addition & 0 deletions assets/less/site/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
@versionActiveColor: @lavender;

@inputColor: @black;
@inputBackgroundColor: @white;
@inputBorderColor: @whiteSmoke;

@mutedAccordionHeaderColor: @whiteSmoke;
Expand Down

0 comments on commit 5a10493

Please sign in to comment.