summaryrefslogtreecommitdiff
path: root/docs/mesa.css
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-04-18 13:01:15 +0200
committerErik Faye-Lund <erik.faye-lund@collabora.com>2019-05-02 08:45:57 +0000
commit3eec9741438b05078ae06963d668ca2c27bca0e2 (patch)
treea065a02664907e99b368331bfddc4b74d005cc1d /docs/mesa.css
parent86e38330d31d0f6da79bed8fd06802215793fa18 (diff)
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>
Diffstat (limited to 'docs/mesa.css')
-rw-r--r--docs/mesa.css3
1 files changed, 0 insertions, 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;
}