Merge branch 'main' into v2

This commit is contained in:
Jerald-Golden-B 2025-05-05 20:09:09 +05:30
commit f42a773dda
1 changed files with 2 additions and 5 deletions

View File

@ -89,10 +89,10 @@
border-radius: #{$border-radius-extra-large}; border-radius: #{$border-radius-extra-large};
background: var(--background-color); background: var(--background-color);
font-size: 14px; font-size: 14px;
color: var(--text-button-color); color: var(--input-text-color);
&:focus { &:focus {
border-color: var(--accent-color); border-color: var(--border-color-accent);
outline: none; outline: none;
} }
} }
@ -155,7 +155,6 @@
text-align: center; text-align: center;
line-height: 1.5; line-height: 1.5;
width: 320px; width: 320px;
text-align: center;
.link { .link {
color: var(--highlight-text-color); color: var(--highlight-text-color);
@ -170,8 +169,6 @@
background: var(--faint-gradient-color); background: var(--faint-gradient-color);
height: 50vh; height: 50vh;
width: 50vw; width: 50vw;
top: 0;
left: 0;
top: 50%; top: 50%;
left: 50%; left: 50%;
opacity: 0.5; opacity: 0.5;