docs: generate goose deep links (#2609)

Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
Michael Neale
2025-05-23 05:17:36 +10:00
committed by GitHub
parent e44fbeeb5f
commit 1da30fcae0
4 changed files with 498 additions and 17 deletions

View File

@@ -306,6 +306,25 @@ html[data-theme="light"] .hide-in-light {
align-items: center;
}
/* Dropdown styles */
.navbar__link--active {
color: var(--text-prominent);
}
.dropdown__menu {
background-color: var(--background-app);
border-color: var(--border-subtle);
}
.dropdown__link {
color: var(--text-standard);
}
.dropdown__link:hover {
background-color: var(--background-subtle);
color: var(--text-prominent);
}
.iconExternalLink_nPIU {
margin-left: 8px !important;
}