Session Ready
Exercise

Customizing the report style

Now that you've learned how to customize the style of your report, you'll begin to add specific fonts and colors to your existing report.

Instructions
100 XP
  • Within the <style> and </style> boundaries, add body and curly braces to modify the document background and pre and curly braces to modify the code chunks.
  • Within the curly braces for body add #708090 for the text color using color, Calibri for the font-family, and #F5F5F5 for the background-color.
  • Within the curly braces for pre, specify #708090 for the color, and #F8F8FF for the background-color.