feat: rework color scheme
This commit is contained in:
parent
1e25e460fc
commit
f44efd5171
29 changed files with 163 additions and 406 deletions
|
@ -73,7 +73,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
|
|||
<xsl:template match="atom:feed/atom:entry">
|
||||
<div class="pb-4 border-b border-gray-200 dark:border-gray-700 mb-8">
|
||||
<h3 class="mb-0">
|
||||
<a class="no-underline text-gray-800 dark:text-gray-200 leading-tight m-0 md:text-2xl text-xl tracking-normal font-black">
|
||||
<a class="no-underline text-gray-800 hover:text-purple-400 dark:text-gray-200 dark:hover:text-purple-400 leading-tight m-0 cursor-pointer">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="atom:link/@href"/>
|
||||
</xsl:attribute>
|
||||
|
|
Reference in a new issue