Skip to content

Commit

Permalink
re-added sass folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Sep 7, 2023
1 parent 7a56a59 commit bc08345
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _sass/color_schemes/onnxruntime.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$link-color: #226aca;
$btn-primary-color: #226aca;

// Code is too light in default theme //
.highlight .n {
color: #555 !important;
}
.highlight .nn {
color: #555 !important;
}
.highlight .c1 {
color: #188616 !important;
}
26 changes: 26 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.site-nav, .site-header, .site-footer {
width: 100%;
}

.side-bar {
@include mq(lg) {
width: $nav-width;
}
}

.site-footer {
color: #717072
}

.main {
@include mq(lg) {
margin-left: $nav-width;
}
}

content blockquote {
background: #f9f9f9;
border-left: 5px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}

0 comments on commit bc08345

Please sign in to comment.