mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-22 03:14:55 +00:00
Updating Login to new AJAX system
This commit is contained in:
parent
10fbfc2067
commit
a5212b1d11
6 changed files with 142 additions and 84 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue