Compare commits

..

4 commits

Author SHA1 Message Date
e12469b284
wip: write new rgb ears build guide for 39c3
All checks were successful
/ build (pull_request) Successful in 26s
2025-12-15 17:31:45 +01:00
7edf27c4ac
add hover effect to <a>
This adds something like a color inversion when hovering <a> tags
which gives the user feedback and looks cool
2025-12-15 17:31:45 +01:00
cba61534a2
increase default line-height to 1.4 for all text
In my opinion, this makes text-heavy sites like ours far easier to read.
2025-12-15 17:31:45 +01:00
b335e7dfb0
make header img of rbg-ears.html point back to landing page 2025-12-15 17:31:45 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@
<main>
<h1 class="title">RGB Catear Build Instructions</h1>
<a href="/">
<a href="../">
<picture>
<source srcset="assets/img/c3cat-c3sign-cccamp23-transparent-for-dark.webp" media="(prefers-color-scheme: dark)"/>
<img src="assets/img/c3cat-c3sign-cccamp23-transparent.webp" alt="C3CAT with a cat ear headband around the 'A'" class="hero-img"/>
@ -356,7 +356,7 @@
<p>
TODO: Replace picture with actual ESP
</p>
<img src="assets/img/rgb-guide-esp-labeled.jpeg" alt="Picture of the microcontroller with labeled arrows pointing to the relevant contacts" class="hero-img"/>
<img src="assets/img/rgb-guide-esp-labeled.jpeg" alt="Picture of the microcontroller with labeled arrows pointing to the relevant contacts" class="hero-img detail-hide-short"/>
<ol class="step-by-step-instructions">

View file

@ -10,7 +10,7 @@
<main>
<h1>Addressable LED Catears</h1>
<a href="/">
<a href="../">
<picture>
<source srcset="assets/img/c3cat-c3sign-cccamp23-transparent-for-dark.webp" media="(prefers-color-scheme: dark)"/>
<img src="assets/img/c3cat-c3sign-cccamp23-transparent.webp" alt="C3CAT with a cat ear headband around the 'A'" class="hero-img"/>