Skip to content
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

atomic PR which makes Blockquotes and Foonotes easier to read in Dark… #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rossamurphy
Copy link

Follow-up from PR #28 .

[data-theme="dark"] .footnote {
color: #f1f1f1;
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I see that footnotes could be easier to read in dark mode. But these changes should be applied to the Lume's design system (in the .footnotes component: https://github.com/lumeland/ds/blob/main/src/components/footnotes.css).

And the same for blockquotes: https://github.com/lumeland/ds/blob/main/src/components/blockquote.css

And both colors and font sizes must be applied using the existing CSS variables, so people can override them to customize the appearance.

Can you remove the changes in this file? So we can apply them in the lumeland/ds package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants