From 3cac471fefc89effd72c64422c973d3650121409 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Mar 2019 09:38:09 +0000 Subject: [PATCH] Update colour classes --- assets/css/components/markup.css | 6 +++--- assets/css/components/note.css | 2 +- assets/js/components/Navbar.vue | 4 ++-- source/_layouts/app.html.twig | 2 +- source/_partials/about/badges.html.twig | 2 +- source/_partials/blog/post-summary.html.twig | 2 +- source/_partials/cv/experience.html.twig | 4 ++-- source/_partials/layout/footer.html.twig | 2 +- source/_partials/layout/navbar.html.twig | 2 +- source/_partials/opensource/projects.html.twig | 2 +- source/_partials/pages/book/signup-form.html.twig | 4 ++-- source/_partials/post-pager.html.twig | 12 ++++++------ source/_partials/post/about-author.html.twig | 2 +- source/_partials/post/feedback.html.twig | 2 +- source/_partials/post/header.html.twig | 2 +- source/_partials/post/tags.html.twig | 2 +- source/_partials/talk/events.html.twig | 4 ++-- source/_partials/talks/table.html.twig | 6 +++--- source/_partials/talks/talk.html.twig | 8 +++++--- ...1-20-rebuilding-bartik-with-vuejs-tailwind-css.md | 10 +++++----- .../2018-12-16-published-my-first-npm-package.md | 2 +- ...building-bartik-with-vuejs-tailwind-css-part-2.md | 4 ++-- ...lding-acquia-dashboard-with-vuejs-tailwind-css.md | 6 +++--- source/about.html.twig | 2 +- source/articles/archive.html.twig | 2 +- source/experience.html.twig | 2 +- source/podcasts.html.twig | 4 ++-- source/testimonials.html.twig | 2 +- 28 files changed, 53 insertions(+), 51 deletions(-) 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 @@
@@ -20,7 +20,7 @@ > diff --git a/source/_layouts/app.html.twig b/source/_layouts/app.html.twig index b5536db6..c5763bf1 100644 --- a/source/_layouts/app.html.twig +++ b/source/_layouts/app.html.twig @@ -20,7 +20,7 @@ {% endfor %} - +
{% block body %}{% endblock %}
diff --git a/source/_partials/about/badges.html.twig b/source/_partials/about/badges.html.twig index b9419fbe..14120fcd 100644 --- a/source/_partials/about/badges.html.twig +++ b/source/_partials/about/badges.html.twig @@ -10,7 +10,7 @@
-
+

Certifications

diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index d1dc9d8d..673031bc 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -14,7 +14,7 @@
- + Read more about '{{ post.title }}' → diff --git a/source/_partials/cv/experience.html.twig b/source/_partials/cv/experience.html.twig index 42afd29a..31f3e07d 100644 --- a/source/_partials/cv/experience.html.twig +++ b/source/_partials/cv/experience.html.twig @@ -4,14 +4,14 @@ {% for item in page.experience %}
  • {% if site.companies[item.company].url %} -

    {{ site.companies[item.company].name }}

    +

    {{ site.companies[item.company].name }}

    {% else %}

    {{ site.companies[item.company].name }}

    {% endif %} {% for role in item.roles %}
    -

    {{ role.title }} from {{ role.from }} to {{ role.to ?: 'present' }} ({{ role.location }})

    +

    {{ role.title }} from {{ role.from }} to {{ role.to ?: 'present' }} ({{ role.location }})

    {{ role.description|markdown }}
    diff --git a/source/_partials/layout/footer.html.twig b/source/_partials/layout/footer.html.twig index 0eefa9a7..f6660fec 100644 --- a/source/_partials/layout/footer.html.twig +++ b/source/_partials/layout/footer.html.twig @@ -1,4 +1,4 @@ -