fix: 💄 normalize link styles across site
This commit is contained in:
parent
789544445f
commit
513e7bd2b4
2 changed files with 5 additions and 9 deletions
|
@ -30,12 +30,12 @@ h6 {
|
||||||
font-variation-settings: 'XROT' 0, 'YROT' 0;
|
font-variation-settings: 'XROT' 0, 'YROT' 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a:not(.nav-link) {
|
||||||
@apply transition-colors duration-300;
|
@apply text-inherit underline decoration-sky-600 decoration-2 underline-offset-4 transition-colors duration-300 hover:text-sky-600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blogpost {
|
.blogpost {
|
||||||
@apply prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-a:text-sky-600 prose-a:transition-colors prose-a:duration-300 hover:prose-a:text-sky-400 prose-strong:text-inherit prose-li:marker:!text-inherit prose-img:rounded-3xl;
|
@apply prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:!text-inherit prose-img:rounded-3xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
|
|
|
@ -53,15 +53,11 @@
|
||||||
<div>
|
<div>
|
||||||
<p>© {% year %} Sebin Nyshkim</p>
|
<p>© {% year %} Sebin Nyshkim</p>
|
||||||
<p>Content licensed under
|
<p>Content licensed under
|
||||||
<a class="text-sky-600 transition-colors duration-300 hover:text-sky-400" href="https://creativecommons.org/licenses/by-sa/4.0/">
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
|
||||||
CC BY-SA 4.0
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<p>Made with
|
<p>Made with <a href="https://11ty.dev">11ty</a></p>
|
||||||
<a class="text-sky-600 transition-colors duration-300 hover:text-sky-400" href="https://11ty.dev">11ty</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue