Skip to content

Commit ff7ec30

Browse files
committed
Minify
1 parent dc74742 commit ff7ec30

File tree

3 files changed

+7
-439
lines changed

3 files changed

+7
-439
lines changed

inst/pkgdown/_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ template:
8383
dropdown-dark-divider-bg: rgba(255, 255, 255, .1)
8484
blockquote-border-color: transparent
8585
code-color: "#e83e8c"
86+
code-color-dark: "#e83e8c"
8687

8788
footer:
8889
structure:

inst/pkgdown/assets/BS5/rogtemplate.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,13 @@ footer .pkgdown-footer-left {
156156

157157
/* ---Misc--- */
158158

159+
/* Render author and date consistenly between Rmd and quarto files */
159160
.author,
160161
.date {
161-
color: var(--bs-secondary);
162+
color: var(--bs-secondary);
163+
font-size: var(--bs-body-font-size);
164+
font-weight: var(--bs-body-font-weight);
165+
margin-bottom: 0.5rem;
162166
}
163167

164168
/* Logos */

0 commit comments

Comments
 (0)