Add Alexa rgba colour

This commit is contained in:
JonnyWong16 2021-04-01 16:31:11 -07:00
parent 25db370f9d
commit 5e03d6b922
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -3971,6 +3971,9 @@ a:hover .overlay-refresh-image:hover {
background-color: #107c10;
background-image: url(../images/platforms/xbox.svg);
}
.platform-alexa-rgba {
background-color: rgba(0, 202, 255, 0.40);
}
.platform-android-rgba {
background-color: rgba(61, 220, 132, 0.40);
}