Merge pull request #2235 from MaxwellKepler/develop

Added badge to non-autoplay GIFs
This commit is contained in:
Travis Ralston 2018-11-16 13:25:40 -07:00 committed by GitHub
commit 7dd610b41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 1 deletions

View file

@ -144,6 +144,9 @@ $lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;
$lightbox-border-color: #ffffff;
$imagebody-giflabel: rgba(1, 1, 1, 0.7);
$imagebody-giflabel-border: rgba(1, 1, 1, 0.2);
// unused?
$progressbar-color: #000;