File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" : {
2020 "url" : " https://github.com/interledger/docs-design-system"
2121 },
2222 "dependencies" : {
23- "mermaid" : " ^10.8 .0"
23+ "mermaid" : " ^10.9 .0"
2424 }
2525}
Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments