Skip to content

Commit

Permalink
Fix symbol table text color for dark theme (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
netalondon authored Oct 3, 2024
1 parent 16641dd commit e19116c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/src/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const TableRow = ({
style={{
flex: "1",
textAlign: "right",
color: "black",
padding: "3px",
...rounded("none"),
...(highlight
Expand Down
1 change: 1 addition & 0 deletions web/src/pico/pico.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
--text-color: white;
--mark-background-color: rgb(30, 74, 109);
--compiler-err-color: rgb(69, 25, 22);
--code-color: rgb(180, 180, 180);

.outline {
color: var(--light-grey);
Expand Down

0 comments on commit e19116c

Please sign in to comment.