From a09ae51f3a0637aad599ee412ca770cdf06abfa9 Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 10 Oct 2018 14:41:21 -0400 Subject: [PATCH] update 1810101441 --- app/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/stylesheet.css b/app/stylesheet.css index 0c25bf4..7dce024 100644 --- a/app/stylesheet.css +++ b/app/stylesheet.css @@ -80,7 +80,7 @@ ul.right { nav#top a { display: block; padding: 7.4px 10.64px; - background: black; + background-image: linear-gradient(navy, black); color: lightblue; border-right: 1px solid gray; border-bottom: 1px solid gray; @@ -149,7 +149,7 @@ nav#top .sub1 li:hover .sub2 li:hover .sub6 { } nav#top a.h:hover { - background: green; + background-image: linear-gradient(green, black); color: yellow; text-shadow: 0.4px 0.4px 0.2px lightgray; }