For all of my pages, I have been including the following code at the top.
body {
color: #333333;
font-family: Arial,sans-serif;
font-size: 0.95em;
line-height: 1.15;
}
However, a colleague of mine has informed me that I only need to target either body
or html
.
Can someone confirm if this is accurate?