Compare commits

..

5 commits

Author SHA1 Message Date
5ed347c609
wip: write new rgb ears build guide for 39c3
All checks were successful
/ build (pull_request) Successful in 28s
2025-12-15 17:14:21 +01:00
44567a39e2
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:10:42 +01:00
d1749ce93a
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:09:59 +01:00
2c63e03fff
make header img of rbg-ears.html point back to landing page 2025-12-15 17:09:04 +01:00
d441ba91c3
restructure landing page to make specific sub-sites easier to discover 2025-12-15 17:08:16 +01:00

View file

@ -21,12 +21,9 @@
padding-left: 0; padding-left: 0;
&>a { &>a {
display: flex; display: block;
justify-content: center; width: fit-content;
align-items: center;
flex-basis: 45%; flex-basis: 45%;
flex-grow: 1;
max-width: 85vw;
border: 1px solid var(--accent-color); border: 1px solid var(--accent-color);
padding: 8px; padding: 8px;
text-decoration: unset; text-decoration: unset;
@ -55,7 +52,7 @@
<h2>Resources</h2> <h2>Resources</h2>
<ul class="resources-container"> <ul class="resources-container">
<a href="./rgb-ears-39c3.html">39C3 LED Catear Build Instructions</a> <a href="./rgb-ears-39c3.html">39C3 LED Catear Guide</a>
<a href="./catear-bom.html">LED Catear BOM</a> <a href="./catear-bom.html">LED Catear BOM</a>
<a href="./3d-printables.html">3D Printing Files</a> <a href="./3d-printables.html">3D Printing Files</a>
</ul> </ul>