docs: make the text in the logo follow the site theme#2517
docs: make the text in the logo follow the site theme#2517jmcouffin merged 1 commit intopyrevitlabs:developfrom
Conversation
|
|
|
ugly solution but efficient! |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25015+1341-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25015+1357-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25024+1520-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25024+1957-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25025+1310-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1056-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1130-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25030+1138-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25031+1700-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1615-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1635-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25032+1841-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1337-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25033+1402-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1241-wip |
|
📦 New work-in-progress (wip) builds are available for 5.0.0.25034+1511-wip |
|
📦 New public release are available for 5.0.0.24174+2300 |
this one was bugging me for a long time...
I use dark mode almost everywhere, and the logo in the README/main docs page rendered awfully.
I added the
fill="currentColor"attribute to the SVG texts, but in order to make it work I had to directly insert the image inside the markdown file, so now there are 63 lines of undreadable garbage at the beginning of the .md file 😅Up to you to decide if move this forward or not.
to check it locally, you can give the usual
pipenv mkdocs servecommand.