Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Change "powered by eosDAC" logo to be inline SVG and style with CSS #105

Open
michaeljyeates opened this issue Sep 8, 2019 · 1 comment

Comments

@michaeljyeates
Copy link
Contributor

On light themes the eosDAC logo appears in white which may be invisible.

The SVG is actually very small and can be compressed by removing unneeded properties. Then we can style the fill colour to be the same as text1 colour. This will make the logo match the text colour.

@michaeljyeates
Copy link
Contributor Author

I have updated the svg, it can be included inline and styled with something like this

svg path {
    fill: ${text1};
}

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

No branches or pull requests

1 participant