fix styling

This commit is contained in:
Cory Dransfeldt 2023-03-15 19:59:51 -07:00
parent 6057eb7065
commit 98d084df39
No known key found for this signature in database

View file

@ -57,14 +57,12 @@ xmlns:atom="http://www.w3.org/2005/Atom">
</div> </div>
<xsl:apply-templates select="atom:feed/atom:entry" /> <xsl:apply-templates select="atom:feed/atom:entry" />
</div> </div>
<footer class="prose pb-8 mt-4"> <footer class="prose pb-8 mt-4 text-gray-800 dark:text-white">
<div> <div>
<p class="mb-0"><strong>This is a web feed,</strong> also known as an RSS or Atom feed.</p> <p class="mb-0"><strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong> also known as an RSS or Atom feed.</p>
<p class="mt-0"><strong>Subscribe</strong> by copying the URL from the address bar into your newsreader.</p> <p class="mt-0"><strong class="text-gray-800 dark:text-gray-200">Subscribe</strong> by copying the URL from the address bar into your newsreader.</p>
</div> </div>
<small> <small>Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with newsreaders and subscribing. Its free.</small>
Visit <a href="https://aboutfeeds.com">About Feeds</a> to get started with newsreaders and subscribing. Its free.
</small>
</footer> </footer>
</main> </main>
</div> </div>
@ -74,7 +72,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
<xsl:template match="atom:feed/atom:entry"> <xsl:template match="atom:feed/atom:entry">
<div class="pb-4 border-b border-gray-200 dark:border-gray-700 mb-8"> <div class="pb-4 border-b border-gray-200 dark:border-gray-700 mb-8">
<h3 class="mb-0"> <h3 class="mb-0">
<a class="no-underline font-black dark:text-gray-200 leading-tight m-0 md:text-2xl text-xl tracking-normal dark:text-white text-gray-800"> <a class="no-underline text-gray-800 dark:text-gray-200 leading-tight m-0 md:text-2xl text-xl tracking-normal text-gray-800">
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:value-of select="atom:link/@href"/> <xsl:value-of select="atom:link/@href"/>
</xsl:attribute> </xsl:attribute>