Skip to content

Commit

Permalink
Fixed css so it renders gatech gold on server...it didn't work when i…
Browse files Browse the repository at this point in the history
…t was set in _pkgdown.yml for some reason.
  • Loading branch information
natsguitar committed Aug 17, 2023
1 parent 5276fe7 commit 49ef8d7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 264 deletions.
259 changes: 0 additions & 259 deletions ;

This file was deleted.

3 changes: 0 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ template:
before_title: <a href="https://gatech.edu"><img src="gt-logo.svg" alt="Georgia Tech" style="height:50px; padding-right:20px;"/></a> <a href="https://ccml.gtcmt.gatech.edu"><img src="CCMLbanner.png" alt="CCMLab" style="height:80px; padding-right:20px;"/></a>
bootstrap: 5
bootswatch: flatly
bslib:
primary: "#b3a369"
pkgdown-nav-height: 100px
articles:
- title: Basics
navbar: Basics
Expand Down
2 changes: 1 addition & 1 deletion docs/deps/bootstrap-5.2.2/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.text-muted {
color: black !important;
}

.navbar {
height: 80px !important;
}

.bg-primary {
background-color: #b3a369 !important;
}
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ articles:
Reshaping: Reshaping.html
RhythmAndMeter: RhythmAndMeter.html
Summary: Summary.html
last_built: 2023-08-17T17:59Z
last_built: 2023-08-17T18:25Z
urls:
reference: https://humdrumR.ccml.gtcmt.gatech.edu/reference
article: https://humdrumR.ccml.gtcmt.gatech.edu/articles
Expand Down
8 changes: 8 additions & 0 deletions pkgdown/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.text-muted {
color: black !important;
}

.navbar {
height: 80px !important;
}

.bg-primary {
background-color: #b3a369 !important;
}

0 comments on commit 49ef8d7

Please sign in to comment.