docs: avoid repeating the color
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 11:01:15 +0000 (13:01 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000 (08:45 +0000)
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>
docs/mesa.css

index a55833ce07639f0413d4ef91077e517978c123f4..6fdc38f9432f10831720597d06a5edec5ba346ea 100644 (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;
 }