Skip to content

Commit

Permalink
Merge pull request #78 from carpentries/dt-span-inherit
Browse files Browse the repository at this point in the history
add css for span under dt
  • Loading branch information
zkamvar authored Apr 4, 2023
2 parents 0ceab89 + 4e5d7ba commit 926afe7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 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.2.15
Version: 0.2.16
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# varnish 0.2.16

* font weight for anything in definition terms is now inherited.

# varnish 0.2.15

- The Carpentries Lab logo has been updated (reported: @tobyhodges, #59; fixed:
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.

3 changes: 3 additions & 0 deletions source/stylesheets/styles.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ tbody > tr:nth-of-type(even) > * {
background: $light-gray;
}

dt > * {
font-weight: inherit;
}

.btn-primary-outline {
border: 1px solid $blue;
Expand Down

0 comments on commit 926afe7

Please sign in to comment.