Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content')
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content32
1 files changed, 14 insertions, 18 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content b/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
index 08a4f05..fa46bc4 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/main.scss_97a9b8e6852415b29a37632934745b8b.content
@@ -100,31 +100,32 @@ body:not(.render_raw) {
article section.page {
background-color: inherit; }
- article section.page #breadcrumb {
+ article section.page #ariane {
display: block;
font-size: 1rem;
line-height: 1.5;
letter-spacing: -.01em;
font-weight: 500; }
- article section.page #breadcrumb ol {
+ article section.page #ariane ol {
+ margin-top: 1em !important;
padding: 0px;
display: flex;
flex-wrap: wrap;
list-style: none; }
- article section.page #breadcrumb ol li {
+ article section.page #ariane ol li {
display: list-item; }
- article section.page #breadcrumb ol li:after {
+ article section.page #ariane ol li:after {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
color: black;
content: "⊸"; }
- article section.page #breadcrumb ol li a {
+ article section.page #ariane ol li a {
color: black;
border-bottom: 1px dotted #737373;
padding-bottom: 4px;
padding-right: 0px; }
- article section.page #breadcrumb ol li.active:after {
+ article section.page #ariane ol li.active:after {
display: inline-block;
padding-left: .75rem;
content: ""; }
@@ -235,12 +236,14 @@ article section.page div.content {
text-decoration: underline; }
article section.page div.content h1 {
color: #4d4d4d;
- font-size: 30px;
font-variant-ligatures: none;
- font-weight: 700;
- height: 88px;
+ font-weight: 800;
letter-spacing: -0.75px;
line-height: 32px; }
+ article section.page div.content h2 {
+ margin-top: 0.5em;
+ font-weight: 700;
+ letter-spacing: -0.95px; }
article section.page div.content table {
width: 100%;
margin-bottom: 2em;
@@ -285,17 +288,10 @@ article section.page div.content {
article section.page div.content img.inline {
display: inline !important;
vertical-align: bottom; }
- article section.page div.content code {
- font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
- font-size: 85%;
- color: #e83e8c;
- word-wrap: break-word;
- padding: 0.5px;
- font-weight: 600;
- white-space: pre-wrap; }
article section.page div.content div.highlight pre {
display: block;
- white-space: pre-wrap; }
+ white-space: pre-wrap;
+ overflow: inherit !important; }
article section.page div.content div.highlight pre code {
color: inherit !important;
font-size: 75%;