summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-16 06:11:50 +0000
committerdacctal <dacctal@symlinx.net>2026-06-16 06:11:50 +0000
commit8abfc9268dc478f5493b990d8da100c882edee8f (patch)
treecc5d0c89f5fe49c7f7e455b34a134a8d5535fe15
parent677760c6c6485c6f66637a4c9095a0bf1ce143bf (diff)
added music to faq
-rw-r--r--dacctal/faq/index.html27
-rw-r--r--style.css1
2 files changed, 25 insertions, 3 deletions
diff --git a/dacctal/faq/index.html b/dacctal/faq/index.html
index 7bb08b0..60c292f 100644
--- a/dacctal/faq/index.html
+++ b/dacctal/faq/index.html
@@ -69,15 +69,38 @@
<h3>Q: Font?</h3>
<h3>A: Two fonts:</h3>
<h4>Applications:</h4>
- <p><a href="https://github.com/be5invis/Iosevka">Iosevka</a> : <a href="https://git.symlinx.net/daccfiles/tree/iosevka/private-build-plans.toml">caelusevka</a></p>
+ <p><a
+ href="https://github.com/be5invis/Iosevka"
+ >Iosevka</a> : <a
+ href="https://git.symlinx.net/daccfiles/tree/iosevka/private-build-plans.toml"
+ >caelusevka</a></p>
<h4>A: Videos/Bar:</h4>
- <p><a href="https://www.nerdfonts.com/font-downloads">BigBlueTermPlus</a></p>
+ <p><a
+ href="https://www.nerdfonts.com/font-downloads"
+ >BigBlueTermPlus</a></p>
</section>
</div>
</details>
+ <details id="music" class="subtitle">
+ <summary><a href="#music">#</a> music</summary>
+ <div class="entries">
+ <section class="block">
+ <h3>Q: Who makes your music?</h3>
+ <h3>A: All of the following wonderful people:</h3>
+ <h3><a
+ href="../../retrobit"
+ >retrobit</a> <a
+ href="../../nzuum"
+ >nzuum</a> <a
+ href=".."
+ >me :)</a></h3>
+ </section>
+ </div>
+ </details>
+
<details id="misc" class="subtitle">
<summary><a href="#misc">#</a> misc</summary>
<div class="entries">
diff --git a/style.css b/style.css
index 5a69fff..4f74b98 100644
--- a/style.css
+++ b/style.css
@@ -55,7 +55,6 @@ a:hover {
background-color: var(--cl-magenta-7);
border: 2px solid #0000;
}
-
.color_blue {
color: var(--cl-blue-6);
}