diff --git a/public/index.html b/public/index.html index 18101a5..db7b8f7 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ Rebuilding Acquia - + diff --git a/src/App.vue b/src/App.vue index 530d548..361232b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,29 +18,29 @@ h2 { } .btn { - @apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-dark; + @apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-3; &:hover, &:focus { - @apply bg-blue-darker + @apply bg-blue-4 } } .btn.is-secondary { - @apply bg-grey-dark; + @apply bg-grey-5; &:hover, &:focus { - @apply bg-grey-darker + @apply bg-grey-6 } } .tag { - @apply text-2xs uppercase py-1 px-2 rounded border border-grey bg-white mr-2 mb-2 + @apply text-2xs uppercase py-1 px-2 rounded border border-grey-4 bg-white mr-2 mb-2 } .tag.is-type { - @apply bg-blue-light border-blue-light text-white + @apply bg-blue-1 border-blue-1 text-white } @tailwind utilities; diff --git a/src/components/Application/ApplicationCard.vue b/src/components/Application/ApplicationCard.vue index 510c1b7..8e5e41b 100644 --- a/src/components/Application/ApplicationCard.vue +++ b/src/components/Application/ApplicationCard.vue @@ -1,14 +1,14 @@