Skip to content

Commit

Permalink
Revert "Add new cert image and fix background color (#2520)"
Browse files Browse the repository at this point in the history
This reverts commit 918ffd0.
  • Loading branch information
RubenSandwich committed Jul 23, 2024
1 parent 918ffd0 commit 9e437c0
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

.card {
background-color: var(--token-color-palette-neutral-50);
background-color: var(--token-color-foreground-strong);
color: var(--token-color-foreground-high-contrast);
display: flex;
flex-direction: column;
Expand All @@ -19,7 +19,7 @@
}

@nest html[data-theme='dark'] & {
background-color: var(--token-color-palette-neutral-50);
background-color: var(--token-color-foreground-high-contrast);
color: var(--token-color-foreground-strong);
}
}
Expand Down
Loading

0 comments on commit 9e437c0

Please sign in to comment.