docs: avoid repeating the color

The color attribute is inherited in CSS, so there's no point in repeating
this.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-04-18 13:01:15 +02:00
parent 86e38330d3
commit 3eec974143
1 changed files with 0 additions and 3 deletions

View File

@ -8,19 +8,16 @@ body {
h1 {
font-size: 24px;
font-weight: bold;
color: black;
}
h2 {
font-size: 18px;
font-weight: bold;
color: black;
}
code {
font-family: monospace;
font-size: 10pt;
color: black;
}