Skip to content

Commit

Permalink
(docs) don't use light terminal in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 16, 2024
1 parent 8ea4f68 commit cbd2b08
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/src/components/Terminal/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.term {
--background: white;
--color: #14232d;
--background: #14232d;
--color: #ccc;
--size: 1;
--rows: 20;
border-radius: 5px;
Expand All @@ -13,11 +13,6 @@
box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.3);
}

[data-theme='dark'] .term {
--background: #14232d;
--color: #ccc;
}

.commands p {
margin: 0;
}
Expand Down

0 comments on commit cbd2b08

Please sign in to comment.