update 1810101441

This commit is contained in:
vkservicesllc
2018-10-10 14:41:21 -04:00
parent 2ebd3016b8
commit a09ae51f3a

View File

@@ -80,7 +80,7 @@ ul.right {
nav#top a { nav#top a {
display: block; display: block;
padding: 7.4px 10.64px; padding: 7.4px 10.64px;
background: black; background-image: linear-gradient(navy, black);
color: lightblue; color: lightblue;
border-right: 1px solid gray; border-right: 1px solid gray;
border-bottom: 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 { nav#top a.h:hover {
background: green; background-image: linear-gradient(green, black);
color: yellow; color: yellow;
text-shadow: 0.4px 0.4px 0.2px lightgray; text-shadow: 0.4px 0.4px 0.2px lightgray;
} }