Explorar el Código

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

tags/v0.2.0
Garrick Aden-Buie hace 8 años
padre
commit
5cc6f7eacc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      inst/resources/template.css

+ 1
- 1
inst/resources/template.css Ver fichero

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

Cargando…
Cancelar
Guardar