Change navbar look

This commit is contained in:
Nicolás A. Ortega Froysa 2021-11-17 17:43:35 +01:00
parent 6b2ea2365b
commit 47528bb874

View File

@ -42,21 +42,23 @@ header h1 {
} }
nav { nav {
background-color: #002b36; background-color: #eee8d5;
width: 100%; width: 100%;
padding: 6px 0; padding-top: 7px;
text-align: center; text-align: center;
border-top: 1px solid;
border-bottom: 1px solid;
} }
nav > a { nav > a {
text-decoration: none; text-decoration: none;
font-size: 24px; font-size: 24px;
font-family: sans-serif; font-family: sans-serif;
padding: 8px 10px; padding: 10px 10px;
} }
nav > a:hover { nav > a:hover {
background-color: #073642; text-decoration: underline;
} }
a { a {