Skip to content

Commit fd3250e

Browse files
committed
docs: center doc-nav pills and fix include border color
Made-with: Cursor
1 parent e2e1b4b commit fd3250e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/_includes/page-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="doc-nav" style="margin-top:2.5rem; border-top:1px solid #21262d; padding-top:1.5rem;">
1+
<div class="doc-nav" style="margin-top:2.5rem; border-top:1px solid #d0d7de; padding-top:1.5rem;">
22
<a href="{{ '/' | relative_url }}">Home</a>
33
<a href="{{ '/ARCHITECTURE.html' | relative_url }}">Architecture</a>
44
<a href="{{ '/DEVELOPER_GUIDE.html' | relative_url }}">Developer Guide</a>

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
.doc-nav {
225225
display: flex;
226226
flex-wrap: wrap;
227+
justify-content: center;
227228
gap: 8px;
228229
margin: 2rem 0 1rem;
229230
}

0 commit comments

Comments
 (0)