From: Erik Faye-Lund Date: Thu, 18 Apr 2019 11:01:15 +0000 (+0200) Subject: docs: avoid repeating the color X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eec9741438b05078ae06963d668ca2c27bca0e2;p=mesa.git 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 Reviewed-by: Eric Engestrom --- diff --git a/docs/mesa.css b/docs/mesa.css index a55833ce076..6fdc38f9432 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -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; }