You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In supersized.shutter.css there are three references to rgba(). Css only allows values up to 255 since 0 is included in the number range. The lines containing 256 should be changed to:
In
supersized.shutter.css
there are three references to rgba(). Css only allows values up to 255 since 0 is included in the number range. The lines containing 256 should be changed to:The text was updated successfully, but these errors were encountered: