Skip to content

Commit

Permalink
Merge pull request #72 from AustralianBioCommons/main
Browse files Browse the repository at this point in the history
Add How-to Hub link
  • Loading branch information
supernord authored Feb 13, 2024
2 parents 23b9921 + 441d65c commit e6de857
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _data/topnav.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
##
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
#subitems:
subitems:
#- title: Home
# url: /index
- title: Back to How-to Hub
url: https://australianbiocommons.github.io/how-to-hub/index
9 changes: 9 additions & 0 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ h2 {
}
}

/*-----As used in RDMkit-----*/
/*-----Top navigation-----*/

.navbar-nav .nav-item > a {
color: $white;
white-space: nowrap;
background-color: $primary;
border-radius: $border-radius;
}

0 comments on commit e6de857

Please sign in to comment.