mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-13 04:32:37 +00:00
31 lines
565 B
SCSS
31 lines
565 B
SCSS
@import "common/reset";
|
|
@import "common/colors";
|
|
@import "common/base";
|
|
@import "common/content";
|
|
|
|
@import "components/site-header";
|
|
@import "components/single/page-header";
|
|
@import "components/breadcrumbs";
|
|
@import "components/table-of-contents";
|
|
@import "features/headings";
|
|
|
|
#search-form,
|
|
.header-nav,
|
|
.docs-nav,
|
|
.site-footer,
|
|
.edit-link,
|
|
.footnote-backref,
|
|
.heading__anchor-link,
|
|
.section-nav
|
|
{
|
|
display: none;
|
|
}
|
|
.page-header {padding: 0;}
|
|
|
|
.page abbr[title]::after {
|
|
content: " (" attr(title) ") ";
|
|
}
|
|
|
|
a[href^="http"]:after {
|
|
content: " (" attr(href) ") ";
|
|
} |