Skip to content

Commit

Permalink
Update _base.scss (#137)
Browse files Browse the repository at this point in the history
Description text size should match whether or not there is a link.
  • Loading branch information
swabhs committed Nov 6, 2020
1 parent 8f12d73 commit 4a866f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ a, table.table a {

.post-description {
margin-bottom: 2rem;
font-size: 0.875rem;
a {
color: inherit;
font-size: 0.875rem;
&:hover {
color: var(--global-theme-color);
text-decoration: none;
Expand Down Expand Up @@ -412,4 +412,4 @@ html.transition *:before,
html.transition *:after {
transition: all 750ms !important;
transition-delay: 0 !important;
}
}

0 comments on commit 4a866f6

Please sign in to comment.