From the list: Build ✔ Navigation - Add gradient behind menu Veronica A. added this on Jun 21, 2019 Completed Jun 21, 2019 by Kyle S. Assigned to Kyle S. Notes Gradient color at top: rgba(50, 48, 49, __) | HEX #323031 Comments & Events Kyle Sullivan, Web Development I added the following to /sass/site/primary/headers/headerContent/_topBar.scss. &::before { position: absolute; content: ""; background: linear-gradient(rgba(50, 48, 49, 0.5), transparent); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5; } Jun 21, 2019 at 3:09 PM Notified 1 person Kyle Sullivan completed this to-do. Jun 21, 2019 at 3:09 PM
Kyle Sullivan, Web Development I added the following to /sass/site/primary/headers/headerContent/_topBar.scss. &::before { position: absolute; content: ""; background: linear-gradient(rgba(50, 48, 49, 0.5), transparent); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5; } Jun 21, 2019 at 3:09 PM Notified 1 person
&::before { position: absolute; content: ""; background: linear-gradient(rgba(50, 48, 49, 0.5), transparent); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5; }