_sass/pooleparty/_posts.pre.scss in jekyll-theme-hydejack-8.0.0 vs _sass/pooleparty/_posts.pre.scss in jekyll-theme-hydejack-8.1.0
- old
+ new
@@ -32,11 +32,11 @@
// Meta data line below post title
.post-date {
display: block;
margin-top: -0.5rem;
margin-bottom: 1rem;
- color: $gray;
+ color: var(--text-muted);
}
// >>>>>
// <<<<< LINK
hr.dingbat {
border: 0;
@@ -45,8 +45,8 @@
hr.dingbat::after {
content: "\2756";
display: block;
text-align: center;
font-size: 1.5rem;
- color: #ddd;
+ color: var(--menu-text);
}
// >>>>>