mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
editor changes
This commit is contained in:
parent
d7e638153b
commit
696ac8d69f
8 changed files with 76 additions and 48 deletions
|
@ -5,10 +5,10 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
background: $main_bg_color;
|
||||
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: url("http://vault48.org/pixmaps/texture.jpg");
|
||||
//background: #111111;
|
||||
color: $main_text_color;
|
||||
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
|
@ -23,8 +23,9 @@ body {
|
|||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
//background: url("../sprites/circles.svg");
|
||||
background: url("http://vault48.org/pixmaps/texture_alt.jpg");
|
||||
// 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%));
|
||||
pointer-events: none;
|
||||
//background-size: cover;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue