🐛 fixes nav colors on docs

BoostBook.css is overriding the link styles on the nav. This fixes that.
This commit is contained in:
Greg Newman
2024-02-08 09:11:37 -05:00
parent c95e5407db
commit 59a638c2a1
3 changed files with 10 additions and 3 deletions

View File

@@ -37,3 +37,12 @@ div.book:first-of-type, {
#userMenu, #guideMenu {
border: 1px solid #d1d5db;
}
#headblock nav a,
#headblock nav a:visited {
@apply dark:text-white text-slate;
}
#headblock nav a:hover {
@apply !text-orange;
}