【发布时间】:2021-05-27 17:01:38
【问题描述】:
我在 R Markdown 的 posterdown 包中使用 posterdown_html 模板。有什么方法可以覆盖标题中使用的默认绿色,每个部分的标题和所有使用 CSS 的超链接?我想将其更改为以下 html 颜色代码 (6d1d26),但是我不确定如何使用 CSS 来执行此操作
这是此模板的默认 YAML 的 sn-p
---
title: Generate Reproducible & Live HTML and PDF Conference Posters Using RMarkdown
author:
- name: Brent Thorne
affil: 1
orcid: '0000-0002-1099-3857'
- name: Another G. Author
affil: 2
affiliation:
- num: 1
address: Department of Earth Science, Brock University
- num: 2
address: Department of Graphics and Layouts, University of Posters; Canada
column_numbers: 3
logoright_name: https://raw.githubusercontent.com/brentthorne/posterdown/master/images/betterhexlogo.png
logoleft_name: https://raw.githubusercontent.com/brentthorne/posterdown/master/images/betterhexlogo.png
output:
posterdown::posterdown_html:
self_contained: false
bibliography: packages.bib
knit: pagedown::chrome_print
---
【问题讨论】:
标签: html r r-markdown