Skip to content

Commit

Permalink
🔄 synced local '_extensions/seedcase-project/seedcase-theme/' with re…
Browse files Browse the repository at this point in the history
…mote '_extensions/seedcase-theme/'
  • Loading branch information
lwjohnst86 authored and lwjohnst86 committed May 28, 2024
1 parent 19ee98a commit 786fef3
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 7 deletions.
8 changes: 6 additions & 2 deletions _extensions/seedcase-project/seedcase-theme/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contributes:
html:
from: markdown+emoji
theme:
- zephyr
- cosmo
- theme.scss
toc: true
toc-location: right
Expand All @@ -19,12 +19,16 @@ contributes:
execute-dir: project

website:
page-navigation: true
favicon: favicon.ico
repo-branch: main
repo-actions: [edit, issue, source]
search:
location: navbar
type: overlay
navbar:
logo: logo.png

csl: vancouver.csl

format: seedcase-theme-html
format: seedcase-theme-html
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
20 changes: 15 additions & 5 deletions _extensions/seedcase-project/seedcase-theme/theme.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
/*-- scss:defaults --*/

@import url('https://fonts.googleapis.com/css2?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Noto Sans');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro');

$font-family-sans-serif: "Lato", sans-serif;
$font-family-sans-serif: "Maven Pro", sans-serif;
$font-family-monospace: "Fira Code", monospace;
$headings-font-family: "Poppins", sans-serif;
$navbar-bg: #990032;
$headings-font-family: "Noto Sans", sans-serif;

/* brand colour #003224 - the one below is a slightly lighter version of the brand colour */
$primary: #196440;
$secondary: #C6F0D3;
$toc-active-border: #8b8b8b;

$navbar-padding-y: .2rem;

/*-- scss:rules --*/

Expand All @@ -18,3 +24,7 @@ svg {
height: auto !important;
width: auto !important;
}

li {
margin: 5px 0;
}

0 comments on commit 786fef3

Please sign in to comment.