Adjust colours

This commit is contained in:
Oliver Davies 2019-03-10 12:00:23 +00:00
parent 0d10a9150c
commit e1622db074
4 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
<div>
<button
type="button"
class="w-full p-3 block sm:hidden bg-blue-10 text-sm text-grey-60 text-left focus:outline-none"
class="w-full p-3 block sm:hidden bg-blue-1 text-sm text-grey-6 text-left focus:outline-none"
@click="open = !open"
>
<div class="flex items-center justify-between">
@ -25,7 +25,7 @@
>
<a
class="block text-sm no-underline text-black px-3 py-2 rounded-lg md:rounded-none md:rounded-t-lg sm:text-center"
:class="[ index == activeTab ? 'bg-white' : 'bg-blue-10 hover:bg-white' ]"
:class="[ index == activeTab ? 'bg-white' : 'bg-blue-1 hover:bg-white' ]"
:href="link.href"
>
{{ link.title }}