add color palette 🎨
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user