UI updates; unstable

This commit is contained in:
Henrique Dias 2016-06-07 22:05:15 +01:00
parent 53e5c420d8
commit 97a3a7cfdb

View File

@ -60,12 +60,11 @@ body > nav {
left: 0;
height: 3em;
width: 100%;
background-color: #0097A7;
background-color: #1E88E5;
padding: 0 1em;
box-sizing: border-box;
z-index: 999;
color: #eee;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
body > nav ul {
@ -117,7 +116,7 @@ body > nav ul li a:hover {
/* FOOTER */
body > footer {
background-color: #ddd;
background-color: #f5f5f5;
text-align: center;
padding: 1em 0;
margin-top: 1em;