diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 06:55:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 06:55:03 +0200 |
| commit | 963526f0a8a54279399bf82edf2d8b25215c75b8 (patch) | |
| tree | 21a40c24d35a8cb14e1a1b72e9282805441e1c8f /themes/simple/layouts/partials | |
| parent | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (diff) | |
| download | mitjafelicijan.com-963526f0a8a54279399bf82edf2d8b25215c75b8.tar.gz | |
Unified yellow background colors
Diffstat (limited to 'themes/simple/layouts/partials')
| -rw-r--r-- | themes/simple/layouts/partials/header.html | 12 | ||||
| -rw-r--r-- | themes/simple/layouts/partials/tailwind.html | 4 |
2 files changed, 8 insertions, 8 deletions
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 @@ | |||
| 1 | <div class="container-blog px-6 md:p-0"> | 1 | <div class="container-blog px-6 md:p-0"> |
| 2 | <header class="flex py-4 mt-4 mb-6"> | 2 | <header class="flex py-4 mt-4 mb-6"> |
| 3 | <h3 class="flex-grow"> | 3 | <h3 class="flex-grow"> |
| 4 | <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-200">Mitja Felicijan</a> | 4 | <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-100">Mitja Felicijan</a> |
| 5 | </h3> | 5 | </h3> |
| 6 | 6 | ||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Git</a> | 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> |
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Files</a> | 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> |
| 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-200">CV</a> | 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> |
| 13 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-200">Books</a> | 13 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> |
| 14 | 14 | ||
| 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-200 hidden md:block">RSS</a> | 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> |
| 16 | </nav> | 16 | </nav> |
| 17 | </header> | 17 | </header> |
| 18 | </div> | 18 | </div> |
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 @@ | |||
| 36 | 36 | ||
| 37 | /* Links */ | 37 | /* Links */ |
| 38 | article.single a { | 38 | article.single a { |
| 39 | @apply underline hover:bg-yellow-200; | 39 | @apply underline hover:bg-yellow-100; |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | /* Blockquote */ | 42 | /* Blockquote */ |
| @@ -63,7 +63,7 @@ | |||
| 63 | 63 | ||
| 64 | /* Code */ | 64 | /* Code */ |
| 65 | article.single code { | 65 | article.single code { |
| 66 | @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; | 66 | @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | article.single pre { | 69 | article.single pre { |
