Files
site/themes/minimo/src/stylesheets/layouts/entry/_content.scss
2021-09-06 13:02:12 -04:00

23 lines
344 B
SCSS

.entry-content {
& > :last-child {
&,
& > :last-child {
margin-bottom: 0;
}
}
a {
border-bottom: 0.125em dashed $color__grey;
&:focus,
&:hover {
border-bottom-color: $color__accent;
border-bottom-color: var(--color-accent);
}
&.footnote-return {
border-bottom: none;
}
}
}