Skip to content

Commit

Permalink
Merge pull request #169 from rostools/repo-sync/r3-theme/default
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 authored May 4, 2024
2 parents bd4c373 + ca31b71 commit 05a2a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _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 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 05a2a90

Please sign in to comment.