Skip to content

Commit a7442b2

Browse files
committed
docs(pkgdown): enforce transparent navbar styling matching orebit showcase branding
1 parent 4836559 commit a7442b2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pkgdown/extra.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.navbar {
2+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
3+
background-color: rgba(255, 255, 255, 0.85) !important;
4+
backdrop-filter: blur(12px) !important;
5+
-webkit-backdrop-filter: blur(12px) !important;
6+
border-bottom: 1px solid #e2e8f0;
7+
}
8+
9+
.navbar .navbar-brand {
10+
font-weight: 800 !important;
11+
color: #0f172a !important;
12+
}
13+
14+
.navbar .nav-link {
15+
font-weight: 500 !important;
16+
color: #475569 !important;
17+
}
18+
19+
.navbar .nav-link:hover {
20+
color: #0f172a !important;
21+
}
22+
23+
/* Specific styling for the Orebit Showcase badge linking */
24+
.navbar .nav-item:last-child a {
25+
color: #0f172a !important;
26+
display: flex !important;
27+
align-items: center;
28+
gap: 0.5rem;
29+
}

0 commit comments

Comments
 (0)