Added style of main page

This commit is contained in:
Alexis
2021-03-04 14:08:27 +01:00
parent 43ce649204
commit dae29530c4
6 changed files with 35 additions and 11 deletions

View File

@@ -44,8 +44,8 @@ export default defineComponent({
right: 0;
height: 70px;
padding: 0 20px;
background: $black;
box-shadow: 0 5px 5px rgba($white, 0.1);
background: $fs-black;
box-shadow: 0 5px 5px rgba($black, 0.3);
&:after {
position: absolute;
@@ -58,6 +58,7 @@ export default defineComponent({
background-image: url("/nav-bg.png");
background-size: cover;
background-position: center right;
opacity: 0.75;
}
.navbar-menu {