mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-13 20:00:20 +00:00
Switch themes to minimo
This commit is contained in:
22
themes/minimo/src/stylesheets/layouts/entry/_content.scss
Normal file
22
themes/minimo/src/stylesheets/layouts/entry/_content.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user