We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c43fa commit d99a55dCopy full SHA for d99a55d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@interledger/docs-design-system",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"type": "module",
5
"description": "Shared styles and components used across all Interledger Starlight documentation sites",
6
"exports": {
src/styles/ilf-docs.css
@@ -290,6 +290,13 @@ code {
290
border: 1px solid var(--sl-color-hairline-light);
291
}
292
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
+
300
/* Aside style overrides */
301
aside.starlight-aside {
302
padding: var(--space-xs) var(--space-s);
0 commit comments