Skip to content

Commit

Permalink
Merge pull request #100 from carpentries/frog-code-bg-colour-99
Browse files Browse the repository at this point in the history
Provide improved contrast to inline code
  • Loading branch information
froggleston authored Nov 8, 2023
2 parents b013dd8 + b329387 commit 527a337
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: varnish
Title: Front-end for The Carpentries Lesson Template
Version: 0.3.1
Version: 0.3.1.9000
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand All @@ -24,6 +24,11 @@ Authors@R: c(
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3379-9042")),
person(given = "Robert",
family = "Davey",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5589-7754")),
person()
)
Description: This package does nothing but contain template HTML CSS and JS files.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# varnish 0.3.1.9000

* Provide an improved contrast to inline code within callout blocks by
setting the background-color to #FFFFFF (reported: @sarahmbrown,
https://github.com/carpentries/workbench/issues/76 (#99); fixed
@froggleston, #100)

# varnish 0.3.1

* Lesson titles no longer escape ampersands (reported and fixed: @Robadob, #95)
Expand Down
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source/stylesheets/syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pre .img img, pre .r-plt img {
code {
font-family: 'Source Code Pro', monospace;
border-radius: 4px;
background-color: #fff;
}

/* Links ---------------------------------------------------- */
Expand Down

0 comments on commit 527a337

Please sign in to comment.