Revert "Simplify style.css"

This reverts commit f5441284fa
This commit is contained in:
Jason Yavorska 2020-05-20 13:47:05 +00:00
parent 636518ba7d
commit 9e6d4c7af0
1 changed files with 20 additions and 1 deletions

View File

@ -2,4 +2,23 @@ body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}