Convert all six-digit HEX colors to RGBA colors

This commit is contained in:
Tim van der Meij 2019-12-25 16:19:14 +01:00
parent 403a994556
commit e3c0181357
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 18 additions and 18 deletions

View file

@ -157,7 +157,7 @@
position: absolute;
z-index: 200;
max-width: 20em;
background-color: #FFFF99;
background-color: rgba(255, 255, 153, 1);
box-shadow: 0px 2px 5px rgba(136, 136, 136, 1);
border-radius: 2px;
padding: 6px;