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

DNA default colors #156

Open
Signor1 opened this issue Aug 14, 2023 · 1 comment
Open

DNA default colors #156

Signor1 opened this issue Aug 14, 2023 · 1 comment

Comments

@Signor1
Copy link

Signor1 commented Aug 14, 2023

How to change the two default colours of the DNA loader

@Signor1
Copy link
Author

Signor1 commented Aug 14, 2023

The DNA loader is an svg element wrapping lots of circle paths. To change their default colours, we can use custom css styling.
Example:
svg.dna-wrapper circle:nth-child(odd) { fill: #3056D3 !important; } svg.dna-wrapper circle:nth-child(even) { fill: #E52727 !important; }

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

No branches or pull requests

2 participants