Skip to content

Commit

Permalink
[Task] #64, login design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed May 29, 2024
1 parent a2626ee commit 0638f10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@
margin: 2.5em;
position: relative;
filter: drop-shadow(10px 10px var(--semiBg));
[data-mui-color-scheme="dark"] & {
filter: none;
&::after { box-shadow: var(--text) 0 0 1em;}
}

&::after {
content: "";
position: absolute;
inset: 0;
background: var(--semiBg);

filter: url(#rough-edges);
z-index: -1;
}
Expand Down

0 comments on commit 0638f10

Please sign in to comment.