mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-16 15:44:49 +00:00
refactor: added pfp border, changed trakt icon color
This commit is contained in:
parent
00c0f5bcb8
commit
5cb0d0ceb3
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue