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

Dark theme fixes from Connect testing #89

Merged
merged 7 commits into from
Jan 13, 2025
Merged

Conversation

AshleyHenry15
Copy link
Contributor

Resolves #88

Screenshots for testing:

2025-01-10_20-37-51

I also added backgrounds for the icons in "simple" appearance callouts in this PR to hold us over until we switch to brand.yml

image

@@ -181,6 +181,11 @@ td code:not(.sourceCode) {
color: #ffffff;
}

table caption code {
background-color: #6e768166 !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

too bad the !importants are necessary here 🥲 no way to target these without them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like I can remove the important for the table caption code - but not for inline code property.

@AshleyHenry15 AshleyHenry15 merged commit c8bdcb5 into main Jan 13, 2025
1 check passed
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.

Dark mode code formatting
2 participants