Преглед изворни кода

Fix #5 replace text-side with font-size in css template

tags/v0.2.0
Garrick Aden-Buie пре 8 година
родитељ
комит
5cc6f7eacc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      inst/resources/template.css

+ 1
- 1
inst/resources/template.css Прегледај датотеку

@@ -63,7 +63,7 @@ h1, h2, h3 {
.remark-slide-number {
color: {{text_slide_number_color}};
opacity: 1;
text-size: {{text_slide_number_font_size}};
font-size: {{text_slide_number_font_size}};
}
{{ifelse(!is.na(text_bold_color), paste0("strong{color:", text_bold_color,";}"), "")}}
a, a > code {

Loading…
Откажи
Сачувај