Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions _extensions/seedcase-project/seedcase-theme/_brand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ color:
logo-green: "#024639"
dark-green: "#196440"
vibrant-green: "#48DC76"
dark-grey: "#8B8B8B"
light-grey: "#F8F9FA"
code-bg: "#E9ECEFA6"
primary: dark-green
tertiary: vibrant-green
light: light-grey
Expand All @@ -43,7 +45,11 @@ typography:
defaults:
bootstrap:
defaults:
mermaid-edge-color: "#8B8B8B"
mermaid-edge-color: var(--brand-dark-grey)
# Set code background colour variable so all inline code has the same colour
# including headers with inline code.
# This colour is the default background colour for inline code.
code-bg: var(--brand-code-bg)
rules: |
.cell-output pre code {
white-space: pre-wrap;
Expand Down Expand Up @@ -76,6 +82,7 @@ defaults:
font-size: 20px !important;
font-weight: bold;
padding: 5px 15px !important;
margin: 0px 10px 10px 10px;
}

.about-link:hover {
Expand Down Expand Up @@ -123,8 +130,8 @@ defaults:
flex-direction: row;
}

.hero-text>h2,
.landing-page-block>h2 {
.hero-text h2,
.landing-page-block h2 {
margin-top: 0.5rem;
border-bottom: none;
}
Expand All @@ -151,3 +158,11 @@ defaults:
.dropdown-item {
font-weight: 300 !important;
}

code {
color: $primary;
}

:is(h3, h4, h5, h6, dt) code {
font-weight: bold;
}
6 changes: 2 additions & 4 deletions _extensions/seedcase-project/seedcase-theme/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: seedcase-theme
author: Luke W. Johnston
version: 0.4.1
version: 0.6.3
quarto-required: ">=1.7.0"
contributes:
formats:
Expand All @@ -20,7 +20,7 @@ contributes:

website:
page-navigation: true
favicon: favicon/favicon.ico
favicon: logos/seedcase/icon.svg
repo-branch: main
repo-actions: [edit, issue, source]
search:
Expand All @@ -29,8 +29,6 @@ contributes:
navbar:
pinned: true
background: light
logo: logos/navbar-logo-seedcase-project.svg
logo-alt: "Seedcase Project logo: Main page"
page-footer:
border: true
center:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

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
Loading