diff --git a/assets/scss/_content.scss b/assets/scss/43.scss similarity index 100% rename from assets/scss/_content.scss rename to assets/scss/43.scss diff --git a/assets/scss/_sidebar-tree.scss b/assets/scss/Left side navigation.scss similarity index 100% rename from assets/scss/_sidebar-tree.scss rename to assets/scss/Left side navigation.scss diff --git a/assets/scss/_pageinfo.scss b/assets/scss/_pageinfo.scss deleted file mode 100644 index c78ae549..00000000 --- a/assets/scss/_pageinfo.scss +++ /dev/null @@ -1,16 +0,0 @@ -.pageinfo { - font-weight: $font-weight-medium; - background: $gray-900; - color: inherit; - border-radius: 0; - margin: 2rem; - padding: 1.5rem; - padding-bottom: 0.5rem; - - @each $color, $value in $theme-colors { - &-#{$color} { - border-style: solid; - border-color: $value; - } - } - } \ No newline at end of file diff --git a/assets/scss/_section_index.scss b/assets/scss/_section_index.scss deleted file mode 100644 index d600f519..00000000 --- a/assets/scss/_section_index.scss +++ /dev/null @@ -1,19 +0,0 @@ -.section-index { - color: orange; - .entry { - padding: 0.75rem; - } - - h5 { - margin-bottom: 0; - color: orange; - a { - font-weight: 700; - color: orange; - } - } - - p { - margin-top: 0; - } - } \ No newline at end of file diff --git a/assets/scss/_sidebar-toc.scss b/assets/scss/_sidebar-toc.scss deleted file mode 100644 index 136f8798..00000000 --- a/assets/scss/_sidebar-toc.scss +++ /dev/null @@ -1,69 +0,0 @@ -// -// Right side toc -// -.td-sidebar-toc { - border-left: 1px solid $border-color; - background-color: $td-sidebar-toc-bg-color; - @supports (position: sticky) { - position: sticky; - top: 4rem; - padding-top: 3rem; - height: calc(100vh - 4rem); - overflow-y: auto; - } - - order: 2; - padding-top: 0.75rem; - padding-bottom: 1.5rem; - vertical-align: top; - } - - .td-page-meta { - a { - display: block; - color: $gray-400; - line-height: 1.65rem; - font-weight: $font-weight-medium; - - &:hover { - color: $white; - text-decoration: none; - } - } - } - - .td-toc { - a { - display: block; - font-weight: $font-weight-light; - padding-bottom: 0.25rem; - } - - li { - list-style: none; - display: block; - } - - li li { - margin-left: 0.5rem; - } - - #TableOfContents { - // Hugo's ToC is a mouthful, this can be used to style the top level h2 entries. - > ul > li > ul > li > a { - } - - a { - - - &:hover { - color: $white; - text-decoration: none; - } - } - } - - ul { - padding-left: 0; - } - } \ No newline at end of file diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 318fce9c..364bf1b0 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -12,6 +12,11 @@ .td-outer { margin-top: 2rem; } +.td-content{ + h2 { + color: $casper; + } +} // Links @@ -41,4 +46,59 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover { // Footer .td-footer { background-color: $black; -} \ No newline at end of file +} + + +// Left sidebar +.td-sidebar-nav { + &__section-title { + a { + color: $primary; + } + } + .td-sidebar-link { + &__page { + color: $gray-400; + font-weight: $font-weight-light; + } + } + a { + &:hover { + color: $white; + text-decoration: none; + } + } +} + +// Right sidebar +.td-sidebar-toc { + border-left: 1px solid $border-color; + background-color: $td-sidebar-toc-bg-color; + @supports (position: sticky) { + position: sticky; + top: 4rem; + padding-top: 3rem; + height: calc(100vh - 4rem); + overflow-y: auto; + } + +} +.td-page-meta { + a { + display: block; + color: $gray-400; + line-height: 1.65rem; + font-weight: $font-weight-medium; + + &:hover { + color: $white; + text-decoration: none; + } + } +} + +// pageinfo +.pageinfo { + font-weight: $font-weight-medium; + background: $gray-900; +} \ No newline at end of file diff --git a/assets/scss/_taxonomy.scss b/assets/scss/tax.scss similarity index 100% rename from assets/scss/_taxonomy.scss rename to assets/scss/tax.scss