mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
textures
This commit is contained in:
parent
ef2b6016cd
commit
3ed85eb1c5
1 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue