Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmonjo committed Feb 28, 2024
1 parent c84cb2b commit fd71f27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ html {
}
}

.post-count {
background: var(--ghost-accent-color);
color: white;
padding: 0.5rem;
border-radius: 0 25%;
}

span.card-tag, span.article-tag {
margin: 1rem;
background-color: var(--ghost-accent-color);
Expand Down Expand Up @@ -2461,4 +2468,4 @@ textarea {
.nav-twitter a::before {content: "\f099"}
.nav-x a::before {content: "\e61b"}
.nav-vimeo a::before {content: "\f40a"}
.nav-youtube a::before {content: "\f167"}
.nav-youtube a::before {content: "\f167"}

0 comments on commit fd71f27

Please sign in to comment.