add back rgb ear instructions
This commit is contained in:
parent
82403e9675
commit
67af9a25a4
70 changed files with 707 additions and 0 deletions
15
index.html
15
index.html
|
|
@ -43,6 +43,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.muted {
|
||||
color: #ebebeb;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.muted {
|
||||
color: #2b2b2b;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
@ -60,5 +70,10 @@
|
|||
</a>
|
||||
</ul>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="./rgb-ears-39c3.html" class="muted">
|
||||
RGB-Catear instructions are still available ^-^
|
||||
</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue