From 49d90f3dde30998d1b10281b6b03a701ef858799 Mon Sep 17 00:00:00 2001
From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com>
Date: Tue, 16 Oct 2018 19:56:37 +0530
Subject: [PATCH] Update adjust-the-tone-of-a-color.english.md (#19512)
---
.../applied-visual-design/adjust-the-tone-of-a-color.english.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md
index afbef05dd9..0cd6c0a3a8 100644
--- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md
+++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md
@@ -12,7 +12,7 @@ The hsl()
option in CSS also makes it easy to adjust the tone of a
## Instructions
-The navigation bar on this site currently inherits its background-color
from the header
element. Starting with that color as a base, add a background-color
to the nav
element so it uses the same cyan hue, but has 80% saturation and 25% lightness values to change its tone and shade.
+All elements have a default background-color
of transparent
. Our nav
element currently appears have a cyan
background, because the element behind it has a background-color
set to cyan
. Add a background-color
to the nav
element so it uses the same cyan
hue, but has 80% saturation
and 25% lightness
values to change its tone and shade.
## Tests