✨ Edit profile page
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
width: 100svw;
|
||||
height: var(--navSize);
|
||||
background-color: #d94253;
|
||||
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
|
||||
|
||||
& > .navButton {
|
||||
position: relative;
|
||||
@@ -39,7 +39,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
|
||||
clip-path: inset(-6px -6px 42px -6px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user