1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
muerwre 2019-08-01 21:49:40 +07:00
parent ef2b6016cd
commit 3ed85eb1c5

View file

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