Skip to content

Commit

Permalink
remove duplicate css
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanSchell committed Aug 6, 2024
1 parent 5ff2c57 commit 732d36c
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions packages/syft/src/syft/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ body {
background-color: #c2def0;
}

.syft-code,
.syft-user_code,
.syft-project,
.syft-project-create,
Expand All @@ -591,7 +592,9 @@ body {
.syft-asset h3,
.syft-asset p,
.syft-syncstate h3,
.syft-syncstate p {
.syft-syncstate p,
.syft-code p,
.syft-code h3 {
font-family: "Open Sans";
}

Expand Down Expand Up @@ -622,32 +625,6 @@ body {
margin-top: 1em;
}

.syft-code {
color: var(--surface-color);
}

.syft-user_code {
color: var(--surface-color);
}

.syft-code h3,
.syft-code p {
font-family: "Open Sans";
}

.syft-contributor {
color: var(--surface-color);
}

.syft-asset {
color: var(--surface-color);
}

.syft-asset h3,
p {
font-family: "Open Sans";
}

.itables {
font-family: "Consolas", monospace, sans-serif;
}
Expand Down

0 comments on commit 732d36c

Please sign in to comment.