Better handling of background color on #top container

This commit is contained in:
2017-06-13 18:54:13 -07:00
parent 9951b8dcd4
commit 7ed9065ee9
3 changed files with 14 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ body {
padding-top: 10px;
width: 100%;
position: fixed;
background: black;
// background: black;
z-index: 999;
div {
margin: auto;
@@ -76,6 +76,7 @@ body {
//small and large classes are applied to #top
.small {
background: black;
.hideable {
display: none;
opacity: 0;