add info about website directories and webrings
This commit is contained in:
parent
3b954b060c
commit
3200a1990e
@ -36,6 +36,11 @@ const emmaNews = [
|
|||||||
<ul>
|
<ul>
|
||||||
<Fragment set:html={emmaNews.map((news) => news)} />
|
<Fragment set:html={emmaNews.map((news) => news)} />
|
||||||
</ul>
|
</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>
|
</BasicLayout>
|
||||||
|
|
||||||
<style is:global define:vars={{backgroundColor, backgroundColorNightMode, textColorNightMode, linkColorNightMode}}>
|
<style is:global define:vars={{backgroundColor, backgroundColorNightMode, textColorNightMode, linkColorNightMode}}>
|
||||||
|
@ -40,7 +40,7 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0.5rem;
|
margin: 1rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user