add color palette 🎨

This commit is contained in:
elisejakob
2024-05-09 02:19:53 +02:00
parent 5cd5e40e91
commit cde39da1fd
3 changed files with 22 additions and 4 deletions

View File

@ -73,12 +73,13 @@ h6 {
button {
border-radius: 10rem;
background: var(--color-text);
color: var(--color-background);
background: var(--color-cta);
color: var(--color-text);
border: none;
padding: 1rem 1.5rem;
font-family: inherit;
font-size: inherit;
font-weight: 500;
cursor: pointer;
&:hover {