This commit is contained in:
2026-07-06 09:51:57 -05:00
parent 9a04282c05
commit ebda2ea883
2 changed files with 10 additions and 4 deletions
-4
View File
@@ -34,10 +34,6 @@
<a href="https://www.curseforge.com/members/stabosa87/projects">-> CurseForge Projects</a>
<a href="https://git.stab.ing/">-> Gitea (fuck github they shadow banned me)</a>
</div>
<!-- <ul>
<li><a href="https://www.curseforge.com/members/stabosa87/projects">CurseForge Projects</a></li>
<li><a href="https://git.stab.ing/stabosa87">Gitea (fuck github they shadow banned me)</a></li>
</ul> -->
</section>
<section>
+10
View File
@@ -4,6 +4,16 @@
--accent: #555555;
}
::selection {
background: #fff;
color: #000;
}
::-moz-selection {
background: #fff;
color: #000;
}
body {
background-color: var(--bg);
color: var(--text);