mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🐛 fixes nav colors on docs
BoostBook.css is overriding the link styles on the nav. This fixes that.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user