Skip to content

Commit 547194e

Browse files
committed
turn off striping
1 parent ae913d9 commit 547194e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datasets/_include/_index_template.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ for (file_name in names(metas)) {
288288
arrange(match(struct_name, struc_names))
289289
290290
kdf <- kbl(kbl_df, format = "html", col.names = colnames(kbl_df), escape = FALSE) %>%
291-
kable_styling(bootstrap_options = "striped", full_width = TRUE)
291+
kable_styling(full_width = TRUE)
292292
293293
for (i in seq_len(nrow(groups))) {
294294
kdf <- kdf %>%

0 commit comments

Comments
 (0)