Update _base.scss (#137)
Description text size should match whether or not there is a link.
This commit is contained in:
parent
8f12d73123
commit
4a866f64c4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue