mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
style: different color on hover on main page
This commit is contained in:
parent
b20e4a981d
commit
9caa25dec0
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ title: "youwen wu"
|
||||||
<div class="rounded-md p-2">
|
<div class="rounded-md p-2">
|
||||||
<a
|
<a
|
||||||
href=".$url$"
|
href=".$url$"
|
||||||
class="w-fit dark:group-hover:text-muted-dark group-hover:text-muted-light transition-colors"
|
class="w-fit dark:group-hover:text-iris-dark group-hover:text-iris-light transition-colors"
|
||||||
>
|
>
|
||||||
<h3 class="text-2xl">$title$</h3>
|
<h3 class="text-2xl">$title$</h3>
|
||||||
<p
|
<p
|
||||||
|
@ -30,7 +30,7 @@ title: "youwen wu"
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<hr
|
<hr
|
||||||
class="max-w-[200px] border-0 h-1 dark:bg-accent-dark bg-accent-light rounded-lg px-2 group-hover:max-w-[250px] dark:group-hover:bg-secondary-dark group-hover:bg-secondary-light transition-all duration-400"
|
class="max-w-[200px] border-0 h-1 dark:bg-accent-dark bg-accent-light rounded-lg px-2 group-hover:max-w-[250px] dark:group-hover:bg-iris-dark group-hover:bg-iris-light transition-all duration-400"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
Loading…
Reference in a new issue