Better color in navigation plus hover efect
This commit is contained in:
parent
5a7b057c0b
commit
855a314cee
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" dir="ltr">
|
<html lang="en" dir="ltr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
<link rel="stylesheet" href="../css/normalize.css">
|
<link rel="stylesheet" href="../css/normalize.css">
|
||||||
<link rel="stylesheet" href="../css/master.css">
|
<link rel="stylesheet" href="../css/master.css">
|
||||||
<link rel="stylesheet" href="../css/bootstrap.css">
|
<link rel="stylesheet" href="../css/bootstrap.css">
|
||||||
|
@ -283,7 +283,7 @@ nav ul {
|
|||||||
}
|
}
|
||||||
nav.overlay ul li a {
|
nav.overlay ul li a {
|
||||||
position: relative;
|
position: relative;
|
||||||
color:#4A4A4A;
|
color:#969696;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 2.3em;
|
font-size: 2.3em;
|
||||||
}
|
}
|
||||||
@ -306,7 +306,7 @@ nav ul li a:after {
|
|||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
}
|
}
|
||||||
nav ul li a:hover{
|
nav ul li a:hover{
|
||||||
color:#0E404D;
|
color:#575757;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
nav ul li {
|
nav ul li {
|
||||||
|
Loading…
Reference in New Issue
Block a user