I want to control the author and date text in xaringan rmarkdown with a css file?
I tried with
.title-slide h3 {
font-weight: normal;
font-size: 40px;
color: grey;
background-color: white; }
But apparently this control both, the author and date together, but they stay on top of each other (at the same position).