1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

some header fixes

This commit is contained in:
muerwre 2019-08-01 03:51:31 +07:00
parent 7ae8205e27
commit 72c096daca
9 changed files with 53 additions and 38 deletions

View file

@ -12,11 +12,7 @@ $blue_gradient: linear-gradient(170deg, $green, $dark_blue);
$green_gradient: linear-gradient(170deg, $olive -20%, $grass 120%);
$purple_gradient: linear-gradient(170deg, $red, $dark_blue);
$cyan_gradient: linear-gradient(260deg, #3c75ff -50%, #7b2653 150%);
//$color_yellow: complement($color_red);
//$color_yellow: yellow;
//$main_bg_color: #161616;
//main_bg_color: #111214;
$main_bg_color: #2b2c34;
$main_text_color: white;

View file

@ -56,6 +56,7 @@ body {
}
:global(.default_container) {
width: 100%;
max-width: $content_width;
margin: auto;
}