updates style

This commit is contained in:
2019-12-14 14:05:47 +01:00
parent 5ec59f8a6d
commit ef3dd1f2ac
2 changed files with 9 additions and 4 deletions

View File

@@ -1,9 +1,11 @@
@charset "UTF-8";
.navbar.is-spaced a.navbar-item.is-active {
border-bottom: 1px solid #2e3440;
border-radius: 0;
/*
.navbar.is-spaced a.navbar-item.is-active {
border-bottom: 1px solid $dark;
border-radius: 0;
}
/*/
.hero.is-dark.is-bold {
background-image: linear-gradient(280deg, #191c22 0%, #2e3440 71%, #3b4252 100%) !important;
}