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

@ -6,10 +6,10 @@
justify-content: center; justify-content: center;
border: none; border: none;
border-radius: 100px; border-radius: 100px;
border-top: 2px solid #818cf8; border-top: 2px solid #34d399;
border-bottom: 3px solid #4f46e5; border-bottom: 3px solid #059669;
background-color: #6366f1; background-color: #10b981;
color: var(--color-foreground); color: #022c22;
cursor: pointer; cursor: pointer;
font-family: var(--font-heading); font-family: var(--font-heading);
font-size: var(--font-base); font-size: var(--font-base);

View File

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

View File

@ -37,7 +37,7 @@
border-radius: 12px; border-radius: 12px;
margin-bottom: 12px; margin-bottom: 12px;
background: linear-gradient(var(--color-neutral-100), transparent); background: linear-gradient(var(--color-neutral-100), transparent);
color: #818cf8; color: #34d399;
font-size: var(--font-lg); font-size: var(--font-lg);
} }

View File

@ -72,11 +72,11 @@
&.selected { &.selected {
border-color: transparent; border-color: transparent;
box-shadow: box-shadow:
0 0 0 2px #818cf8, 0 0 0 2px #34d399,
0 10px 20px #818cf833; 0 10px 20px #34d39933;
& .icon { & .icon {
color: #818cf8; color: #34d399;
} }
} }

View File

@ -44,7 +44,7 @@
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 50%; border-radius: 50%;
background-color: #818cf8; background-color: #34d399;
content: ''; content: '';
} }
} }