add info about website directories and webrings

This commit is contained in:
emma 2025-03-31 19:32:05 -04:00
parent 3b954b060c
commit 3200a1990e
2 changed files with 6 additions and 1 deletions

View File

@ -36,6 +36,11 @@ const emmaNews = [
<ul>
<Fragment set:html={emmaNews.map((news) => news)} />
</ul>
<h3>directories and webrings</h3>
<p>this website is part of the <a href="https://zacharykai.net/lists/queer">Queer Web Directory</a></p>
<p>this website is not part of any webrings yet!</p>
</BasicLayout>
<style is:global define:vars={{backgroundColor, backgroundColorNightMode, textColorNightMode, linkColorNightMode}}>

View File

@ -40,7 +40,7 @@ h3,
h4,
h5,
h6 {
margin: 0.5rem;
margin: 1rem 0.5rem;
}
p {