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 {
|
.post-description {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
|
font-size: 0.875rem;
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: 0.875rem;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--global-theme-color);
|
color: var(--global-theme-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -412,4 +412,4 @@ html.transition *:before,
|
||||||
html.transition *:after {
|
html.transition *:after {
|
||||||
transition: all 750ms !important;
|
transition: all 750ms !important;
|
||||||
transition-delay: 0 !important;
|
transition-delay: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue