Skip to content

Commit

Permalink
Adjust styles for .post .article-image classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 4, 2022
1 parent ffa8625 commit 6a56aff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 0 additions & 14 deletions css/hereditor-interim.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@
.container .featured {
padding-bottom: 40px;
}
.post .article-image .post-meta-text a {
color: rgba(var(--tint-white), 0.75);
}
.post .article-image .post-meta-text a:hover {
color: rgb(var(--tint-white));
}
.post .article-image .fa-angle-down {
font-size: 64px;
margin: 64px auto 0;
color: rgba(var(--tint-white), 0.75);
}
.post .article-image .fa-angle-down:hover {
color: rgb(var(--tint-white));
}
.post .bottom-teaser .isLeft a {
color: rgb(var(--tint-black));
text-decoration: underline;
Expand Down
16 changes: 15 additions & 1 deletion css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@
bottom: 0;
overflow: hidden;
}
.post .article-image .fa-angle-down {
font-size: 64px;
margin: 64px auto 0;
color: rgb(var(--tint-white));
}
.post .article-image .fa-angle-down:hover {
color: rgba(var(--tint-white), 0.75);
}
.post .article-image .post-image-image {
background-size: cover;
position: absolute;
Expand All @@ -265,6 +273,12 @@
right: 16px;
}
}
.post .article-image .post-meta-text a {
color: rgb(var(--tint-white));
}
.post .article-image .post-meta-text a:hover {
color: rgba(var(--tint-white), 0.75);
}
.post .article-image .post-title {
font-weight: 700;
font-style: normal;
Expand All @@ -276,7 +290,7 @@
text-shadow: 0px 1px 16px rgba(var(--tint-black), 0.5), 0px 0px 1px rgba(var(--tint-black), 0.5);
}
.post .article-image .post-meta-text {
color: rgba(var(--tint-white), 0.75);
color: rgb(var(--tint-white));
letter-spacing: -0.02em;
font-weight: 400;
font-style: normal;
Expand Down

0 comments on commit 6a56aff

Please sign in to comment.