commit | 52db059c00886a54de2bfd45c3e9f9dfd4a73062 | [log] [tgz] |
---|---|---|
author | brentthorne <brent.thorne18@gmail.com> | Tue Nov 19 11:34:47 2019 -0500 |
committer | brentthorne <brent.thorne18@gmail.com> | Tue Nov 19 11:34:47 2019 -0500 |
tree | 223386f508afdd92dcdcc378ac7de8f668d50349 | |
parent | 04e4f660f1c5b8e9af85499b5012564f976ad921 [diff] | |
parent | 8159047bafc14307692463c727da4001755b9bba [diff] |
Merge branch 'master' of https://github.com/brentthorne/posterdown
diff --git a/inst/rmarkdown/templates/posterdown_betterport/resources/template.html b/inst/rmarkdown/templates/posterdown_betterport/resources/template.html index e27de61..da34ac1 100644 --- a/inst/rmarkdown/templates/posterdown_betterport/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_betterport/resources/template.html
@@ -178,7 +178,7 @@ background: 0; } #author { -color: $if(primary_colour)$$primary_colour$$else$#0b4545$endif$; +color:$if(author_textcol)$$author_textcol$$else$$if(primary_colour)$$primary_colour$$else$#0b4545$endif$$endif$; margin: 0; line-height: 85%; font-size: $if(author_textsize)$$author_textsize$$else$1.17em$endif$;