fixed styles

This commit is contained in:
Fedor Katurov 2021-08-06 11:33:34 +07:00
parent a3982eddae
commit afc1b084e1
2 changed files with 3 additions and 3 deletions

View file

@ -342,12 +342,12 @@
align-items: center;
justify-content: center;
fill: darken(white, 30%);
background: darken(white, 8%);
background: transparentize(white, 0.9);
cursor: pointer;
transition: background 250ms, transform 500ms;
&:hover {
background: darken(white, 10%);
background: transparentize(white, 0.95);
}
}