Adds configuration for text-color (#694)

This commit is contained in:
Amy Troschinetz 2020-08-07 20:07:45 -07:00 committed by GitHub
parent 8c0156c1af
commit ac04e14954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ html {
body {
font-family: 'Lora', 'Times New Roman', serif;
font-size: 1.125rem;
color: #404040;
color: {{ site.text-col | default: "#404040" }};
position: relative;
background-color: {{ site.page-col | default: "#FFFFFF" }};
{% if site.page-img %}
@ -447,7 +447,7 @@ footer .footer-custom-content {
.post-preview a {
text-decoration: none;
color: #404040;
color: {{ site.text-col | default: "#404040" }};
}
.post-preview a:focus,
@ -761,7 +761,7 @@ footer .footer-custom-content {
padding: 0.625rem 0.3125rem;
background-color: #FFF;
border-radius: 0;
color: #404040;
color: {{ site.text-col | default: "#404040" }};
}
@media (min-width: 768px) {
.pagination .page-item .page-link {