chore: addtl styling consistency
This commit is contained in:
parent
c858089644
commit
9d8c2c3b79
2 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="flex">
|
<ul class="flex">
|
||||||
<li class="mr-6">
|
<li class="mr-6">
|
||||||
<a class="text-gray-700 hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500{% if page.url == '/now/' %} active{% endif %}" href="/now">Now</a>
|
<a class="text-gray-700 hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 !no-underline{% if page.url == '/now/' %} active{% endif %}" href="/now">Now</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="mr-6">
|
<li class="mr-6">
|
||||||
<a class="text-gray-700 hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500{% if page.url == '/about/' %} active{% endif %}" href="/about">About</a>
|
<a class="text-gray-700 hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 !no-underline{% if page.url == '/about/' %} active{% endif %}" href="/about">About</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="mr-6">
|
<li class="mr-6">
|
||||||
{% render "icons/tags.liquid", page: page %}
|
{% render "icons/tags.liquid", page: page %}
|
||||||
|
|
|
@ -57,7 +57,8 @@ a:active,
|
||||||
|
|
||||||
p > a,
|
p > a,
|
||||||
span > a,
|
span > a,
|
||||||
blockquote > a {
|
blockquote > a,
|
||||||
|
li > a {
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue