Increase CodeSponsor opacity

This commit is contained in:
Rico Sta. Cruz 2017-10-12 01:02:01 +08:00
parent f00d5dfa9e
commit eaee811fdd
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
& > div > iframe {
display: inline-block;
opacity: 0.7;
opacity: 0.9;
transition: opacity 150ms linear;
}