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 @@ -