v2 #79

Merged
Vishnu merged 10 commits from v2 into main 2025-05-06 04:38:00 +00:00
Showing only changes of commit f42a773dda - Show all commits

View File

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