Update _base.scss (#137)

Description text size should match whether or not there is a link.
This commit is contained in:
Swabha Swayamdipta 2020-11-06 08:01:24 -08:00 committed by GitHub
parent 8f12d73123
commit 4a866f64c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
@ -412,4 +412,4 @@ html.transition *:before,
html.transition *:after {
transition: all 750ms !important;
transition-delay: 0 !important;
}
}