From 963526f0a8a54279399bf82edf2d8b25215c75b8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 06:55:03 +0200 Subject: Unified yellow background colors --- themes/simple/layouts/_default/list.html | 12 ++++++------ themes/simple/layouts/_default/single.html | 2 +- themes/simple/layouts/partials/header.html | 12 ++++++------ themes/simple/layouts/partials/tailwind.html | 4 ++-- themes/simple/openring/openring.html | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index 7d9a1d9..7870247 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ range (where .Site.RegularPages "Section" "posts") }}
  • - +
  • {{end}} @@ -22,11 +22,11 @@

    Side projects I worked on

    diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index c3f100d..77071bb 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -45,7 +45,7 @@ {{ range $randomPosts }}
  • - +

    {{.Summary}}

  • {{end}} diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html index 4fefa0d..1e8ee13 100644 --- a/themes/simple/layouts/partials/header.html +++ b/themes/simple/layouts/partials/header.html @@ -1,18 +1,18 @@

    - +

    diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index 078882c..1c63b0b 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html @@ -36,7 +36,7 @@ /* Links */ article.single a { - @apply underline hover:bg-yellow-200; + @apply underline hover:bg-yellow-100; } /* Blockquote */ @@ -63,7 +63,7 @@ /* Code */ article.single code { - @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; + @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; } article.single pre { diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html index a385324..1b3a228 100644 --- a/themes/simple/openring/openring.html +++ b/themes/simple/openring/openring.html @@ -5,7 +5,7 @@
    {{range .Articles}}