Compare commits

..

5 commits

Author SHA1 Message Date
ac80aee37c
wip: write new rgb ears build guide for 39c3
All checks were successful
/ build (pull_request) Successful in 26s
2025-12-15 17:22:41 +01:00
125c859f16
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:22:41 +01:00
b4f950f7cb
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:22:41 +01:00
ed214766f2
make header img of rbg-ears.html point back to landing page 2025-12-15 17:22:41 +01:00
3c395b322c
restructure landing page to make specific sub-sites easier to discover
fix landing page style
2025-12-15 17:22:39 +01:00

View file

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