Add LG platform icon

This commit is contained in:
JonnyWong16 2020-06-20 15:03:32 -07:00
commit 5696e75abe
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 16 additions and 0 deletions

View file

@ -3873,6 +3873,10 @@ a:hover .overlay-refresh-image:hover {
background-color: #31afe1;
background-image: url(../images/platforms/kodi.svg);
}
.platform-lg {
background-color: #a50034;
background-image: url(../images/platforms/lg.svg);
}
.platform-linux {
background-color: #1793d0;
background-image: url(../images/platforms/linux.svg);
@ -3974,6 +3978,9 @@ a:hover .overlay-refresh-image:hover {
.platform-kodi-rgba {
background-color: rgba(49, 175, 225, 0.40);
}
.platform-lg-rgba {
background-color: rgba(165, 0, 52, 0.40);
}
.platform-linux-rgba {
background-color: rgba(23, 147, 208, 0.40);
}