Updating Login to new AJAX system

This commit is contained in:
Michał Gdula 2022-08-13 09:46:12 +00:00
parent 10fbfc2067
commit a5212b1d11
6 changed files with 142 additions and 84 deletions

View file

@ -83,7 +83,7 @@ body {
transition: outline 0.1s cubic-bezier(.19, 1, .22, 1);
&:hover {
outline: $white 3px solid;
outline: $white 0.2rem solid;
color: $fg;
}
@ -177,7 +177,7 @@ br {
object-position: center;
background-color: $bg;
background-color: $bg-alt;
backdrop-filter: blur(8px);
border-radius: 50%;