new smallimg thingy

This commit is contained in:
Bingus_Violet 2024-02-04 12:28:09 -06:00
parent baebe46177
commit 2e91ab74a4

View file

@ -100,6 +100,10 @@ a {
transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.chip:hover > .smallimg {
background-color: rgb(65, 28, 101);
}
.activity {
border-width: 3px;
border-radius: 10px;
@ -129,14 +133,13 @@ a {
bottom: 0px;
left: 74px;
border-radius: 50px;
background: black;
/* border: 2px gray solid; */
transform: scale(0.8);
}
.activity>.smallimg:hover {
border: 2px white solid;
transform: scale(1);
}
a:hover {