<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
 * Hide dashboard title. 
 * https://stackoverflow.com/questions/43637756/r-flexdashboard-remove-title-bar
 */
body {
  padding-top:8px!important;
}
.navbar{
  visibility: hidden;
}</pre></body></html>