Skip to content

Commit 854e018

Browse files
author
Alison Presmanes Hill
authored
Fix typos (#305)
* fix gh icon link to right repo * are these the right YAML <-> SASS variables for the fonts?
1 parent 85f3b92 commit 854e018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ navbar:
4242
href: news/index.html
4343
github:
4444
icon: fab fa-github fa-lg
45-
href: https://github.com/rstudio/flexdashboard
45+
href: https://github.com/rstudio/bslib
4646

4747
reference:
4848
- title: Theme creation

vignettes/bs4-variables.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Below is a searchable table of Bootstrap 4 Sass variables. If you aren't sure wh
147147
* Rows are grouped into sections of similar variables
148148
* For example, [Navs](#nav-link-padding-y) (`shiny::tabsetPanel()`), [Navbars](#navbar-padding-y) (`shiny::navbarPage()`), and [Dropdowns](#dropdown-min-width) (e.g., `shiny::navbarMenu()`).
149149
* Towards the top of the table are more general theming options like `white`, `gray-*`, `black`, `primary`, `border-radius`, and so on, which end up impacting more specific theming variables like `btn-border-radius`.
150-
* `bs_theme()`'s `bg` and `fg` arguments provide a more convenient way to set the `white`, `gray-*`, and `black` variables, so there is no need to set these Sass variables directly (same goes for `font_base` -> `$font-family-base`, `font_heading` -> `$font-family-base`, and `font_code` -> `$font-family-monospace`).
150+
* `bs_theme()`'s `bg` and `fg` arguments provide a more convenient way to set the `white`, `gray-*`, and `black` variables, so there is no need to set these Sass variables directly (same goes for `base_font` -> `$font-family-base`, `heading_font` -> `$headings-font-family`, and `code_font` -> `$font-family-monospace`).
151151

152152

153153
```{css}

0 commit comments

Comments
 (0)