Skip to content

Commit 626cf45

Browse files
authored
Merge pull request #16 from interledger/chj/bug-fixes
chore: bump dependencies and bug fix
2 parents 99f1a9c + 97d3bae commit 626cf45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interledger/docs-design-system",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"description": "Shared styles and components used across all Interledger Starlight documentation sites",
66
"exports": {
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/interledger/docs-design-system"
2121
},
2222
"dependencies": {
23-
"mermaid": "^10.8.0"
23+
"mermaid": "^10.9.0"
2424
}
2525
}

src/components/StylishHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
p::after {
16-
background-color: var(--color-accent-secondary);
16+
background-color: var(--color-accent-highlight);
1717
height: 8px;
1818
bottom: 4px;
1919
z-index: -1;

src/styles/ilf-docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200

201201
nav.sidebar .sidebar-pane {
202202
position: sticky;
203-
height: 100vh;
203+
height: calc(100vh - var(--sl-nav-height));
204204
}
205205

206206
div.main-frame {
@@ -295,7 +295,7 @@ code {
295295
border: 1px solid var(--sl-color-hairline-light);
296296
}
297297

298-
[aria-roledescription="sequence"] {
298+
.mermaid > svg {
299299
background-color: white;
300300
border-radius: var(--border-radius);
301301
}

0 commit comments

Comments
 (0)