tweaks
This commit is contained in:
parent
a604cc613d
commit
0ca21ff249
|
|
@ -14,8 +14,8 @@ body {
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|
||||||
--glassmorphism-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
|
--glassmorphism-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
|
||||||
--glassmorphism-bg: rgba(255, 255, 255, 0.1);
|
--glassmorphism-bg: rgba(255, 255, 255, 0.03);
|
||||||
--glassmorphism-blur: 10px;
|
--glassmorphism-blur: 10px;
|
||||||
--glassmorphism-border: rgba(255, 255, 255, 0.15);
|
--glassmorphism-border: rgba(255, 255, 255, 0.15);
|
||||||
}
|
}
|
||||||
|
|
@ -52,7 +52,7 @@ body {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
border-radius: 20px;
|
border-radius: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center; /* Center vertically */
|
justify-content: center; /* Center vertically */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user