Skip to content

Commit

Permalink
feat(popup): use catppuccin colors correctly (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Apr 17, 2024
1 parent 4e16feb commit 19bbfd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/entries/popup/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ body {
flex-direction: column;
gap: 0.5rem;

background-color: var(--ctp-base);
background-color: var(--ctp-mantle);
color: var(--ctp-text) !important;
}

select,
input {
background-color: var(--ctp-base);
background-color: var(--ctp-crust);
color: var(--ctp-text) !important;
border: none;
border-radius: 0.25rem;
Expand Down Expand Up @@ -62,7 +62,7 @@ input[type='checkbox']:checked::before {
section {
padding: 1rem;
border-radius: 0.25rem;
background-color: var(--ctp-surface0);
background-color: var(--ctp-base);
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 19bbfd8

Please sign in to comment.