Skip to content

Commit

Permalink
Make the *current* breadcrumb stand out
Browse files Browse the repository at this point in the history
This doubles as a kind of page heading.
  • Loading branch information
michaelkirk authored and dabreegster committed Feb 21, 2025
1 parent fe85a2e commit e6133f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,9 @@
margin-right: -32px;
margin-left: -16px;
}
:global(.pico nav[aria-label="breadcrumb"] ul li:last-child) {
font-size: 110%;
font-weight: bold;
text-decoration: underline;
}
</style>

0 comments on commit e6133f8

Please sign in to comment.