Skip to content

Commit

Permalink
Add How-to Hub link
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Feb 13, 2024
1 parent 35a446f commit 441d65c
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 441d65c

Please sign in to comment.