mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: change button style
This commit is contained in:
parent
bd517f88c0
commit
8efb1cee00
2 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
font-family: var(--font-heading);
|
font-family: var(--font-heading);
|
||||||
font-size: var(--font-base);
|
font-size: var(--font-base);
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
color: #022c22;
|
|
||||||
color: var(--color-neutral-200);
|
color: var(--color-neutral-200);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: var(--color-neutral-950);
|
background-color: var(--color-neutral-950);
|
||||||
|
|
|
||||||
|
|
@ -107,10 +107,8 @@ import { Container } from '@/components/container';
|
||||||
color: var(--color-neutral-200);
|
color: var(--color-neutral-200);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: var(--color-neutral-700);
|
background-color: var(--color-neutral-950);
|
||||||
border: none;
|
border: none;
|
||||||
border-top: 2px solid var(--color-neutral-950);
|
|
||||||
border-bottom: 3px solid var(--color-neutral-600);
|
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue