Skip to content

Commit f572de2

Browse files
authored
Merge pull request #15 from yottapanda/dynamic-logo
Add dynamic color logo
2 parents d81e2d7 + 764bf54 commit f572de2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/dynamic-logo.svg

Lines changed: 25 additions & 0 deletions
Loading

src/main.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ fn sect2() -> impl Fn(&mut String) {
243243
</a>
244244
</li>
245245
</ul>
246+
247+
<h3 class="text-l"><b>Black</b></h3>
248+
<ul class="list-disc">
249+
<li>
250+
<a href="dynamic-logo.svg" class="underline block lg:inline-block lg:mt-0 text-black-200 hover:text-white mr-4">
251+
dynamic-logo.svg
252+
</a>
253+
</li>
254+
</ul>
246255

247256
<h3 class="text-l"><b>88x31 Buttons</b></h3>
248257
<ul class="list-disc">

0 commit comments

Comments
 (0)