Skip to content

Commit

Permalink
feat: docs breadcrumbs are distinct from page contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamunii committed Aug 22, 2024
1 parent 1ba40ea commit 3a866a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/template/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
background: #25252b !important;
}

.breadcrumb {
outline-width: 1px;
outline-offset: 8px;
outline-color: var(--bs-dark-border-subtle);
outline-style: solid;
border-radius: 1px;
}

.bg-body {
/* Header opacity */
--bs-bg-opacity: 0.7 !important;
Expand Down

0 comments on commit 3a866a3

Please sign in to comment.