mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
24 lines
367 B
SCSS
24 lines
367 B
SCSS
@import "common/reset";
|
|
@import "common/colors";
|
|
@import "common/base";
|
|
@import "common/page";
|
|
|
|
@import "components/site-header";
|
|
|
|
.header-nav,
|
|
.docs-nav,
|
|
.site-footer,
|
|
.edit-link,
|
|
.footnote-backref
|
|
{
|
|
display: none;
|
|
}
|
|
.page-header {padding: 0;}
|
|
|
|
.page abbr[title]::after {
|
|
content: " (" attr(title) ") ";
|
|
}
|
|
|
|
a[href^="http"]:after {
|
|
content: " (" attr(href) ") ";
|
|
} |