css: Use SCSS nesting for nav.white li.

This commit is contained in:
SiddharthVarshney
2020-05-27 00:52:16 +05:30
committed by Tim Abbott
parent 96db3fa650
commit f4f99e7ca6

View File

@@ -217,10 +217,12 @@ nav.white {
background-color: hsl(0, 0%, 100%);
}
nav.white li a,
nav.white li a:hover,
nav.white li a:visited {
color: hsl(0, 0%, 27%);
nav.white li {
a,
a:hover,
a:visited {
color: hsl(0, 0%, 27%);
}
}
nav.white ul li.active::after {