Better color in navigation plus hover efect

This commit is contained in:
Marcel Petráň 2019-04-27 22:30:45 +02:00
parent 5a7b057c0b
commit 855a314cee
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html lang="en" dir="ltr">
<head>
<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/master.css">
<link rel="stylesheet" href="../css/bootstrap.css">

View File

@ -283,7 +283,7 @@ nav ul {
}
nav.overlay ul li a {
position: relative;
color:#4A4A4A;
color:#969696;
font-weight: bold;
font-size: 2.3em;
}
@ -306,7 +306,7 @@ nav ul li a:after {
transition: all .5s;
}
nav ul li a:hover{
color:#0E404D;
color:#575757;
text-decoration: none;
}
nav ul li {