Skip to content

Commit

Permalink
🔄 synced local '_extensions/rostools/r3-theme/' with remote '_extensi…
Browse files Browse the repository at this point in the history
…ons/r3-theme/'
  • Loading branch information
lwjohnst86 authored and lwjohnst86 committed May 13, 2024
1 parent c57658b commit 8487f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions _extensions/rostools/r3-theme/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contributes:
from: markdown+emoji
code-link: true
theme:
- litera
- zephyr
- custom-site.scss

revealjs:
Expand All @@ -35,9 +35,7 @@ contributes:
favicon: "favicon.ico"
repo-branch: main
repo-actions: [edit, issue, source]
search:
location: navbar
type: overlay
search: true

execute:
warning: false
Expand Down
5 changes: 4 additions & 1 deletion _extensions/rostools/r3-theme/custom-site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $font-family-serif: "Nanum Gothic", sans-serif !default;
$font-family-sans-serif: "Nanum Gothic", sans-serif !default;
$headings-font-family: "Cabin", sans-serif !default;
$font-size-root: 18px !default;
$code-block-border-left: "grey60" !default;

/*-- scss:rules --*/

Expand All @@ -26,3 +25,7 @@ svg {
width: 100%;
height: 425px;
}

kbd {
padding: .15rem .15rem;
}

0 comments on commit 8487f4b

Please sign in to comment.