Commit count!
This commit is contained in:
parent
c863ea1363
commit
c10ee88e74
3 changed files with 20 additions and 6 deletions
|
@ -93,7 +93,7 @@ a {
|
|||
}
|
||||
|
||||
.chip:hover {
|
||||
background-color: rgb(65, 28, 101);
|
||||
background-color: rgb(10, 0, 25);
|
||||
transform: scale(1);
|
||||
/* font-size: 1.35rem; */
|
||||
border-color: white;
|
||||
|
@ -101,7 +101,7 @@ a {
|
|||
}
|
||||
|
||||
.chip:hover > .smallimg {
|
||||
background-color: rgb(65, 28, 101);
|
||||
background-color: rgb(10, 0, 25);
|
||||
}
|
||||
|
||||
.activity {
|
||||
|
@ -131,12 +131,12 @@ a {
|
|||
height: 64px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 74px;
|
||||
left: 72px;
|
||||
border-radius: 50px;
|
||||
background: black;
|
||||
padding: 5px;
|
||||
/* border: 2px gray solid; */
|
||||
transform: scale(0.8);
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
.activity>.smallimg:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue