Skip to content

Commit

Permalink
scss
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 28, 2023
1 parent 9915638 commit 86d0949
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 105 deletions.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions assets/scss/_pageinfo.scss

This file was deleted.

19 changes: 0 additions & 19 deletions assets/scss/_section_index.scss

This file was deleted.

69 changes: 0 additions & 69 deletions assets/scss/_sidebar-toc.scss

This file was deleted.

62 changes: 61 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
.td-outer {
margin-top: 2rem;
}
.td-content{
h2 {
color: $casper;
}
}

// Links

Expand Down Expand Up @@ -41,4 +46,59 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
// Footer
.td-footer {
background-color: $black;
}
}


// 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;
}
File renamed without changes.

0 comments on commit 86d0949

Please sign in to comment.