Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix: update colors for theme (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-avb authored Feb 28, 2024
1 parent 5c4f1bb commit 2ddd74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ul {

.button--tertiary {
border: none;
color: var(--text-loud);
color: var(--text-1);
border-radius: 0;
padding: 0 8px;
}
Expand Down Expand Up @@ -150,7 +150,7 @@ ul {
}

.notification {
background: white;
background: var(--background-modal);
color: var(--text-1);
border: 1px solid transparent;
width: 100%;
Expand Down
9 changes: 1 addition & 8 deletions public/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@

.button--tertiary {
border: none;
color: var(--text-loud);
border-radius: 0;
padding: 0 8px;
}

.button--tertiary {
border: none;
color: var(--text-loud);
color: var(--text-1);
border-radius: 0;
padding: 0 8px;
}
Expand Down

0 comments on commit 2ddd74a

Please sign in to comment.