Skip to content

Commit

Permalink
feat: add colors-black
Browse files Browse the repository at this point in the history
  • Loading branch information
tcp committed May 16, 2024
1 parent a7f4298 commit f550ed0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/syft/src/syft/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ body[data-jp-theme-light="false"], body.vscode-dark {
--secondary-color: #212121;
--tertiary-color: #cfcdd6;
--button-color: #111111;
--colors-black: #ffffff;
}

body {
--primary-color: #ffffff;
--secondary-color: #f5f5f5;
--tertiary-color: #000000de;
--button-color: #d1d5db;
--colors-black: #17161d;
}

.header-1 {
Expand Down

0 comments on commit f550ed0

Please sign in to comment.