Add Amazon Alexa platform icon

This commit is contained in:
JonnyWong16 2021-04-01 15:32:55 -07:00
commit 25db370f9d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 9 additions and 0 deletions

View file

@ -3851,6 +3851,10 @@ a:hover .overlay-refresh-image:hover {
background-repeat: no-repeat !important;
background-position: center !important;
}
.platform-alexa {
background-color: #00caff;
background-image: url(../images/platforms/alexa.svg);
}
.platform-android {
background-color: #3ddc84;
background-image: url(../images/platforms/android.svg);