Change *-blue to *-blue-600

This commit is contained in:
Oliver Davies 2019-03-21 07:50:29 +00:00
parent 118c99fbaf
commit ef159e7b7d
12 changed files with 20 additions and 20 deletions

View file

@ -93,7 +93,7 @@ export default {
<div class="font-serif">
<h1 class="font-normal">Welcome to {{ title }}</h1>
<p>No front page content has been created yet.</p>
<p>Follow the <a href="#0" class="text-blue-dark hover:text-blue no-underline border-b border-blue border-dotted hover:bg-solid">User Guide</a> to start building your site.</p>
<p>Follow the <a href="#0" class="text-blue-dark hover:text-blue-600 no-underline border-b border-blue-600 border-dotted hover:bg-solid">User Guide</a> to start building your site.</p>
</div>
<div class="mt-10">

View file

@ -90,11 +90,11 @@ Within the `style` section, Im able to use Tailwinds custom `@apply` direc
@apply underline
#main a
@apply text-blue-dark no-underline border-b border-blue border-dotted
@apply text-blue-dark no-underline border-b border-blue-600 border-dotted
&:hover,
&:focus
@apply text-blue border-solid
@apply text-blue-600 border-solid
#footer a
@apply text-white no-underline border-b border-dotted border-white