Przeglądaj źródła

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

tags/v0.2.0
Garrick Aden-Buie 8 lat temu
rodzic
commit
5cc6f7eacc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      inst/resources/template.css

+ 1
- 1
inst/resources/template.css Wyświetl plik

@@ -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 {

Ładowanie…
Anuluj
Zapisz