diff --git a/src/assets/css/style.less b/src/assets/css/style.less index fb9ea1e..1e45880 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -74,7 +74,6 @@ html, body { background-size: 25em 4em; background-repeat: repeat-y; background-position: 50% 0%; - z-index: -1; transition: background-color 2s; } } @@ -86,6 +85,7 @@ html, body { min-height: 100%; padding: 1.2em 1.6em 0.7em; font-size: 0.8em; + background-color: black; } #commandLine { white-space: pre-wrap; diff --git a/src/index.php b/src/index.php index 6bdb608..e166fe2 100644 --- a/src/index.php +++ b/src/index.php @@ -5,23 +5,27 @@