We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4836559 commit a7442b2Copy full SHA for a7442b2
1 file changed
pkgdown/extra.css
@@ -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
21
22
23
+/* Specific styling for the Orebit Showcase badge linking */
24
+.navbar .nav-item:last-child a {
25
26
+ display: flex !important;
27
+ align-items: center;
28
+ gap: 0.5rem;
29
0 commit comments