This commit is contained in:
Joshua Killen 2020-04-17 12:29:27 +01:00
parent 651fd993f1
commit a6c30a803e
2 changed files with 8 additions and 9 deletions

View File

@ -7,6 +7,9 @@ summary {
cursor: pointer;
}
header {
padding-bottom: 0;
}
.imgLeft {
float: left;
}

View File

@ -1,28 +1,24 @@
/*color for inactive tabs*/
.navBar {
background-color: #373737;
overflow: hidden;
font-family: neon80;
}
/* Style the text*/
.navBar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px 0;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
}
/* color of links being hovered over */
.navBar a:hover {
background-color: #ddd;
color: black;
}
/* color of active page */
.navBar a.active {
background-color: #0099cc;
color: white;
@ -39,7 +35,7 @@
border: none;
outline: none;
color: #f2f2f2;
padding: 14px 16px 0;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
@ -62,7 +58,7 @@
.networkDrop-content a {
float: none;
color: #ddd;
padding: 14px 16px 0;
padding: 14px 16px;
text-decoration: none;
display: block;
text-align: left;
@ -79,7 +75,7 @@
border: none;
outline: none;
color: #f2f2f2;
padding: 14px 16px 0;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
@ -102,7 +98,7 @@
.webDrop-content a {
float: none;
color: #ddd;
padding: 14px 16px 0;
padding: 14px 16px;
text-decoration: none;
display: block;
text-align: left;