diff --git a/src/styles/global.scss b/src/styles/global.scss index a352c660..1f26482c 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -7,9 +7,7 @@ html { body { background: darken($main_bg_color, 12%); min-height: 100vh; - //background: $main_bg_color url("../sprites/dots.svg"); - //background: url("http://vault48.org/pixmaps/texture.jpg"); - //background: #111111; + background: url("http://vault48.org/pixmaps/texture.jpg"); color: $main_text_color; font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; @@ -20,16 +18,13 @@ body { &::before { content: ''; position: absolute; - height: 200px; + height: 400px; width: 100%; top: 0; left: 0; z-index: -1; - // background: url("../sprites/circles.svg"); - //background: url("http://vault48.org/pixmaps/texture_alt.jpg"); - //background: linear-gradient(darken($main_bg_color, 15%), darken($main_bg_color, 12%)); + background: url("http://vault48.org/pixmaps/texture_alt.jpg"); pointer-events: none; - //background-size: cover; } }