Skip to content

Commit

Permalink
Update PATH and OSG CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 11, 2024
1 parent 3e3a262 commit 60813d1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions documentation/stylesheets/osg.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@ pre.file {
border-left: 5px solid var(--md-primary-bg-color);
}

/* Tweak the headers */
.md-typeset h1 {
font-size: 2.4em;
}

.md-typeset h2 {
font-size: 1.8em;
border-bottom: solid 2px var(--md-primary-fg-color);
}

.md-typeset h3 {
font-size: 1.3em;
}

.md-typeset h6 {
font-size: .8em;
}


/*$text: #3a3a3a;*/
Expand Down
18 changes: 18 additions & 0 deletions documentation/stylesheets/path.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@ pre.sub {
pre.file {
border-left: 5px solid var(--md-default-fg-color);
}

/* Tweak the headers */
.md-typeset h1 {
font-size: 2.4em;
}

.md-typeset h2 {
font-size: 1.8em;
border-bottom: solid 2px var(--md-primary-bg-color);
}

.md-typeset h3 {
font-size: 1.3em;
}

.md-typeset h6 {
font-size: .8em;
}

0 comments on commit 60813d1

Please sign in to comment.