Skip to content

Commit

Permalink
menu highlighting for active links.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioespinoza committed Oct 16, 2024
1 parent ba12eb9 commit bdc1fe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ new intro

## TODOs

- [ ] Finish links/paths for NETWORK and RUN A NODE
- [x] Finish links/paths for NETWORK and RUN A NODE
- [ ] Add into and other headings to this page
- [ ] fix code highlighting for code blocks
- [ ] fix paths for images
- [x] fix code highlighting for code blocks
- [x] fix paths for images
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
margin-right: 12px;
border: 1px solid gainsboro;
}


.active > a {
color: #ff8200 !important;
font-weight: 600 !important;
}
</style>
</head>
<body>
Expand Down

0 comments on commit bdc1fe9

Please sign in to comment.