Skip to content

Commit 6d9369a

Browse files
Styles update
1 parent a7e2739 commit 6d9369a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs-starlight/src/styles/global.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
--sl-color-gray-6: #1c2541;
7878
--sl-color-secondary: #EBEBEB;
7979
--sl-color-stroke-dark: #2E375A;
80+
--sl-text-sm: 16px;
8081
--color-toc-accent: #BFA6F2;
8182
--color-toc-background: rgba(191, 166, 242, 0.15);
8283
--color-toc-text: #EBEBEB;
@@ -539,3 +540,8 @@ article.card {
539540
border: 1px solid var(--sl-color-gray-5);
540541
margin: 1.5em 0;
541542
}
543+
544+
kbd {
545+
font-size: var(--sl-text-sm);
546+
gap: 0;
547+
}

0 commit comments

Comments
 (0)