You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
How to change the two default colours of the DNA loader
The text was updated successfully, but these errors were encountered: