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 ec08af8 commit cdd6673Copy full SHA for cdd6673
app/globals.css
@@ -140,6 +140,13 @@
140
Courier, monospace;
141
142
--fade-in-animation: fadeIn;
143
+
144
+ /* https://storybook.sentry.dev/?path=/story/core-colors--page */
145
+ --gray-500: #2B2233;
146
+ --gray-400: #3E3446;
147
+ --gray-300: #80708F;
148
+ --gray-200: #DBD6E1;
149
+ --gray-100: #EBE6EF;
150
}
151
152
body {
src/components/docPage/type.scss
@@ -24,7 +24,11 @@
24
25
code {
26
color: var(--darkPurple);
27
- font-weight: 600;
+ font-weight: 400;
28
+ background-color: var(--gray-100);
29
+ padding: 3px 6px;
30
+ border-radius: 4px;
31
+ white-space: nowrap;
32
33
34
scroll-margin-top: calc(var(--header-height) + 1.5rem);
0 commit comments