diff --git a/assets/noise.svg b/assets/noise.svg index 2b01408..65aed7e 100644 --- a/assets/noise.svg +++ b/assets/noise.svg @@ -1,9 +1,9 @@ - + diff --git a/index.html b/index.html index 8c1ad6b..b5f8a1c 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ cblt-website +
diff --git a/src/App.css b/src/App.css index e34b48b..7cc43a6 100644 --- a/src/App.css +++ b/src/App.css @@ -49,7 +49,7 @@ } #root { - position: absolute; + position: relative; overflow: scroll; height: 100%; width: 100%; @@ -61,10 +61,11 @@ html { body { font-family: veramono, monospace; - height: 100%; +} - filter: contrast(400%) brightness(1000%); - background: #190a52; +#background { + /*filter: contrast(400%) brightness(1000%);*/ + /*background: #190a52;*/ background: linear-gradient(177deg, rgba(25, 10, 82, 1) 0%, rgba(29, 0, 43, 0) 100%), url("/assets/noise.svg"), @@ -76,8 +77,7 @@ body { bottom: 0; right: 0; left: 0; -} - -#background { - + min-height: 100%; + min-width: 100%; + z-index: -100; }