style: change primary color

This commit is contained in:
MAZE
2023-11-23 17:04:44 +03:30
parent de03cac6b3
commit ed9a0271f7
5 changed files with 13 additions and 13 deletions

View File

@@ -23,10 +23,10 @@
}
&.restore {
border-top-color: #34d399;
border-bottom-color: #047857;
background-color: #10b981;
color: var(--color-foreground);
border-top-color: var(--color-neutral-950);
border-bottom-color: var(--color-neutral-600);
background-color: var(--color-neutral-700);
color: var(--color-neutral-200);
}
}