🏗 Added a downloads navbar link

This commit is contained in:
2022-04-10 00:49:12 -07:00
parent 771400fdf3
commit 312ee93781
3 changed files with 11 additions and 2 deletions

View File

@@ -32,6 +32,11 @@ pre {
background-color: $bg-color;
}
}
.navbar {
border-bottom: 1px solid #f2f1f9;
}
.navbar-item.is-mega {
position: static;
@@ -314,7 +319,7 @@ pre {
// Library
.sticky {
position: sticky;
top: 56px;
top: 57px;
z-index: 2;
background: #fffffc;
}