mirror of
https://github.com/remvze/moodist.git
synced 2026-03-10 05:53:13 +08:00
style: change theme
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
line-height: 0;
|
||||
color: var(--color-foreground);
|
||||
cursor: pointer;
|
||||
background-color: #f43f5e;
|
||||
border: none;
|
||||
border-top: 2px solid #fb7185;
|
||||
border-bottom: 3px solid #be123c;
|
||||
background-color: var(--color-neutral-100);
|
||||
border: 1px solid var(--color-neutral-200);
|
||||
border-radius: 100px;
|
||||
outline: none;
|
||||
transition: 0.2s;
|
||||
@@ -21,13 +19,6 @@
|
||||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&.restore {
|
||||
color: var(--color-neutral-200);
|
||||
background-color: var(--color-neutral-700);
|
||||
border-top-color: var(--color-neutral-950);
|
||||
border-bottom-color: var(--color-neutral-600);
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
|
||||
Reference in New Issue
Block a user