-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ordered list prefix font #1932
Conversation
✅ Deploy Preview for marvelous-moxie-a6e2fe ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny thing, the rest in 👌
font-size: var(--font-marker-ordered-nested); | ||
font: var(--telekom-text-style-small-bold); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think should be only
-font-size: var(--font-marker-ordered-nested);
-font: var(--telekom-text-style-small-bold);
+font: var(--font-marker-ordered-nested);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you were right, removed
b006e9a
to
0f9caae
Compare
Co-authored-by: felix-ico <[email protected]>
Co-authored-by: felix-ico <[email protected]>
3d21f5a
to
bab9f3d
Compare
No description provided.