some nice css tweaks :3
This commit is contained in:
parent
1d98a6fdca
commit
5341ff3033
8 changed files with 45 additions and 60 deletions
|
|
@ -8,12 +8,16 @@
|
|||
text-align: center;
|
||||
|
||||
cursor: pointer;
|
||||
transition: background .1s ease-out, color .1s ease-out;
|
||||
|
||||
transition-property: background, color, transform;
|
||||
transition-duration: .1s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.artist:hover {
|
||||
background-color: var(--bg-1);
|
||||
text-decoration: hover;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.artist .artist-avatar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue