Made things look a little nicer

This commit is contained in:
William Miceli
2019-12-03 22:24:42 -05:00
parent dff8bd9306
commit 4139767a22
14 changed files with 77 additions and 70 deletions

View File

@@ -1,16 +1,31 @@
body {
background-color: #3B5998;
color: white;
}
.button a {
/* font: bold 11px Arial;*/
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
.topNavBar {
background-color: #333;
background-color: rgb(236, 236, 236);
overflow: hidden;
}
.topNavBar a {
float: left;
color: #f2f2f2;
color: #363636;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topNavBar a:hover {
background-color: #ddd;
color: black;
background-color: rgb(44, 48, 255);
color: rgb(255, 255, 255);
}