From 3eec9741438b05078ae06963d668ca2c27bca0e2 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 13:01:15 +0200 Subject: [PATCH] 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 --- docs/mesa.css | 3 --- 1 file changed, 3 deletions(-) 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; } -- 2.30.2