From cc34ae3cee50a170489e6d09bfd64401b0075583 Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 28 Jul 2024 21:46:57 +0200 Subject: [PATCH] Fix #39 --- assets/style.css | 75 ----------------------------- layouts/partials/section-intro.html | 2 +- 2 files changed, 1 insertion(+), 76 deletions(-) diff --git a/assets/style.css b/assets/style.css index f775ccf..995aa67 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1014,11 +1014,6 @@ video { line-height: 2.25rem; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - .text-\[18px\] { font-size: 18px; } @@ -1038,16 +1033,6 @@ video { line-height: 1rem; } -.text-5xl { - font-size: 3rem; - line-height: 1; -} - -.text-6xl { - font-size: 3.75rem; - line-height: 1; -} - .font-bold { font-weight: 700; } @@ -1064,26 +1049,6 @@ video { line-height: 1.25; } -.leading-6 { - line-height: 1.5rem; -} - -.leading-4 { - line-height: 1rem; -} - -.leading-8 { - line-height: 2rem; -} - -.leading-3 { - line-height: .75rem; -} - -.leading-snug { - line-height: 1.375; -} - .text-gray-600 { --tw-text-opacity: 1; color: rgb(82 82 91 / var(--tw-text-opacity)); @@ -1094,31 +1059,6 @@ video { color: rgb(24 24 27 / var(--tw-text-opacity)); } -.text-gray-800 { - --tw-text-opacity: 1; - color: rgb(39 39 42 / var(--tw-text-opacity)); -} - -.text-gray-700 { - --tw-text-opacity: 1; - color: rgb(63 63 70 / var(--tw-text-opacity)); -} - -.text-gray-200 { - --tw-text-opacity: 1; - color: rgb(228 228 231 / var(--tw-text-opacity)); -} - -.text-gray-400 { - --tw-text-opacity: 1; - color: rgb(161 161 170 / var(--tw-text-opacity)); -} - -.text-gray-300 { - --tw-text-opacity: 1; - color: rgb(212 212 216 / var(--tw-text-opacity)); -} - :root { --color-gray-50: #fafafa; --color-gray-100: #f4f4f5; @@ -1524,21 +1464,6 @@ html:not(.dark) .light\:hidden { color: rgb(250 250 250 / var(--tw-text-opacity)); } -.dark\:text-gray-200:is(.dark *) { - --tw-text-opacity: 1; - color: rgb(228 228 231 / var(--tw-text-opacity)); -} - -.dark\:text-gray-700:is(.dark *) { - --tw-text-opacity: 1; - color: rgb(63 63 70 / var(--tw-text-opacity)); -} - -.dark\:text-gray-300:is(.dark *) { - --tw-text-opacity: 1; - color: rgb(212 212 216 / var(--tw-text-opacity)); -} - @media not all and (min-width: 1024px) { .max-lg\:hidden { display: none; diff --git a/layouts/partials/section-intro.html b/layouts/partials/section-intro.html index d0e4bc8..e79bb06 100644 --- a/layouts/partials/section-intro.html +++ b/layouts/partials/section-intro.html @@ -23,7 +23,7 @@ {{ .Content }}

- {{ .Params.action.label }} → + {{ .Params.action.label }} →

{{ end }}