Replaced themeable with body-color (#6999) [deploy]

This commit is contained in:
Catalin Pit 2020-04-01 12:54:33 +01:00 committed by GitHub
parent b34c2d62be
commit 06767da52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@
p.badge-credit-message {
margin: 8px auto;
width: 100%;
@include themeable(color, theme-color, $dark-gray);
color: var(--body-color);
font-size: 0.94em;
line-height: 1.35em;
strong a {