瀏覽代碼

Fix typo in .title-slide CSS

tags/v0.1.1
Garrick Aden-Buie 8 年之前
父節點
當前提交
cf1ed9d81d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      inst/resources/template.css

+ 1
- 1
inst/resources/template.css 查看文件

@@ -50,7 +50,7 @@ a, a > code {
.inverse h1, .inverse h2, .inverse h3 {
color: {{inverse_header_color}};
}
.title-slide, .title-slide h1, ..title-slide h2, .title-slide h3 {
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 {
background-color: {{title_slide_background_color}};
color: {{title_slide_text_color}};
{{ifelse(!is.na(title_slide_background_image), paste0("background-image: url(", title_slide_background_image, ");"), "")}}

Loading…
取消
儲存