style: change button style

This commit is contained in:
MAZE 2023-12-29 17:22:41 +03:30
parent bd517f88c0
commit 8efb1cee00
2 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,6 @@
font-family: var(--font-heading);
font-size: var(--font-base);
line-height: 0;
color: #022c22;
color: var(--color-neutral-200);
cursor: pointer;
background-color: var(--color-neutral-950);

View file

@ -107,10 +107,8 @@ import { Container } from '@/components/container';
color: var(--color-neutral-200);
text-decoration: none;
cursor: pointer;
background-color: var(--color-neutral-700);
background-color: var(--color-neutral-950);
border: none;
border-top: 2px solid var(--color-neutral-950);
border-bottom: 3px solid var(--color-neutral-600);
border-radius: 100px;
outline: none;
}