mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-12 11:22:27 +00:00
23 lines
344 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|