Skip to content

Commit

Permalink
Copy custom theme elements from main quarto site
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Nov 20, 2023
1 parent abeae69 commit ab9284c
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ book:
twitter-card:
creator: "@Epiverse_TRACE"
open-graph: true
navbar:
search: true
logo: logo_white.svg
format:
html:
theme: cosmo
theme: [cosmo, custom.scss]
number-sections: false
15 changes: 15 additions & 0 deletions custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@import 'https://fonts.googleapis.com/css?family=DM+Sans:300,400,600,700';
@import 'https://fonts.googleapis.com/css2?family=Roboto+Mono:400';

/*-- scss:defaults --*/
$bs-body-font-family: 'DM Sans', sans-serif;
$font-monospace: 'Robot Mono', monospace;
$navbar-bg: #071E2D;
$navbar-fg: #FFF;

// Replace text with logo
.navbar-logo {
max-height: 40px !important;
padding-right: 200px !important;
}

130 changes: 130 additions & 0 deletions logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab9284c

Please sign in to comment.