Skip to content

Commit

Permalink
fix(websites): resolve incorrect color of cmd line on home of Platfor…
Browse files Browse the repository at this point in the history
…m website #6608 (#6610)
  • Loading branch information
msynk authored Jan 17, 2024
1 parent 8465501 commit c8f00f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
align-items: center;
margin: rem2(50px) 0;
border-radius: rem2(4px);
background-color: $bit-color-background-secondary;
background-color: #0a153d;

span {
white-space: nowrap;
Expand Down Expand Up @@ -432,6 +432,7 @@
margin: 5rem 0;
padding: 5rem 0;
text-align: center;
background-color: $bit-color-background-secondary;

@include lt-md {
padding: 5rem 0;
Expand Down

0 comments on commit c8f00f8

Please sign in to comment.