refactor: added pfp border, changed trakt icon color

This commit is contained in:
kKaskak 2023-10-18 13:00:01 +03:00
parent 00c0f5bcb8
commit 5cb0d0ceb3

View file

@ -130,6 +130,7 @@
height: 5rem;
width: 5rem;
margin-right: 1rem;
border: 2px solid var(--primary-accent-color);
border-radius: 50%;
background-size: cover;
background-repeat: no-repeat;
@ -228,7 +229,7 @@
.icon {
width: 3rem;
height: 3rem;
color:#ff0000
color: rgb(255, 0, 0);
}
}
}