diff --git a/assets/css/components/markup.css b/assets/css/components/markup.css index 208d31cf..4f52baa2 100644 --- a/assets/css/components/markup.css +++ b/assets/css/components/markup.css @@ -27,13 +27,13 @@ } code { - @apply bg-grey-lighter font-mono text-sm + @apply bg-gray-200 font-mono text-sm } p, li { code { - @apply inline-block border border-grey-light font-bold mx-px p-1 leading-none + @apply inline-block border border-gray-300 font-bold mx-px p-1 leading-none } } @@ -48,6 +48,6 @@ } figcaption { - @apply italic text-sm text-grey-darker text-center mb-0 mt-1 + @apply italic text-sm text-gray-800 text-center mb-0 mt-1 } } diff --git a/assets/css/components/note.css b/assets/css/components/note.css index 3d5c716a..7f9909cd 100644 --- a/assets/css/components/note.css +++ b/assets/css/components/note.css @@ -1,5 +1,5 @@ .note { - @apply bg-blue-lighter border-blue-600 border-l-4 mb-4 p-4 rounded; + @apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded; > *:not(:first-child) { @apply mt-6 diff --git a/assets/js/components/Navbar.vue b/assets/js/components/Navbar.vue index ff22268d..960bc4ff 100644 --- a/assets/js/components/Navbar.vue +++ b/assets/js/components/Navbar.vue @@ -8,7 +8,7 @@