Skip to content

Commit

Permalink
Use OSC branding
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Sep 4, 2024
1 parent d7ad83e commit 472b4af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ website:
repo-actions: [edit, issue]
back-to-top-navigation: true
page-navigation: true
favicon: assets/LMU_OSC_Book.png
margin-header: |
![](/assets/LMU-OSC_logo.jpg){width="175"}
sidebar:
style: docked
Expand Down Expand Up @@ -61,7 +64,9 @@ website:

format:
html:
theme: cosmo
theme:
- cosmo
- custom.scss
css: styles.css
toc: true

Expand Down
Binary file added assets/LMU-OSC_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/LMU_OSC_Book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*-- scss:defaults --*/
// Base document colors
$navbar-bg: #009933;
$link-color: #006426;
$sidebar-hl: #006426;

0 comments on commit 472b4af

Please sign in to comment.