Skip to content

Commit d99a55d

Browse files
committed
Resolve diagram background on dark mode issue
1 parent 57c43fa commit d99a55d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interledger/docs-design-system",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "Shared styles and components used across all Interledger Starlight documentation sites",
66
"exports": {

src/styles/ilf-docs.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,13 @@ code {
290290
border: 1px solid var(--sl-color-hairline-light);
291291
}
292292

293+
[aria-roledescription="sequence"] {
294+
background-color: white;
295+
border-radius: var(--border-radius);
296+
box-shadow: var(--sl-shadow-sm);
297+
border: 1px solid var(--sl-color-hairline-light);
298+
}
299+
293300
/* Aside style overrides */
294301
aside.starlight-aside {
295302
padding: var(--space-xs) var(--space-s);

0 commit comments

Comments
 (0)