This commit is contained in:
Henry Jameson 2018-12-06 08:45:27 +03:00
parent a3e554fec6
commit 9578082f11
1 changed files with 2 additions and 2 deletions

View File

@ -242,13 +242,13 @@ nav {
margin-right: .5em;
align-items: stretch;
justify-content: center;
justify-content: flex-start;
flex: 0 0 auto;
z-index: -1;
.mask {
mask-repeat: no-repeat;
mask-position: center;
mask-position: left center;
mask-size: contain;
background-color: $fallback--fg;
background-color: var(--fg, $fallback--fg);