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;
border: none;
border-radius: 100px;
border-top: 2px solid #818cf8;
border-bottom: 3px solid #4f46e5;
background-color: #6366f1;
color: var(--color-foreground);
border-top: 2px solid #34d399;
border-bottom: 3px solid #059669;
background-color: #10b981;
color: #022c22;
cursor: pointer;
font-family: var(--font-heading);
font-size: var(--font-base);

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);
}
}

View File

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

View File

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

View File

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