From ab3e4cfbb6addccea509fbce208e00adbe45cac1 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 19 Aug 2022 10:40:57 +0200 Subject: [PATCH] Fix #984 --- css/index-tailwind-output.css | 28 ++++++++++++++++------------ index.css | 4 ++++ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css index 5b3eb4abf..ea63028b9 100644 --- a/css/index-tailwind-output.css +++ b/css/index-tailwind-output.css @@ -866,14 +866,6 @@ video { margin-bottom: 1rem; } -.mt-8 { - margin-top: 2rem; -} - -.mt-4 { - margin-top: 1rem; -} - .mt-2 { margin-top: 0.5rem; } @@ -886,6 +878,10 @@ video { margin-right: 2rem; } +.mt-4 { + margin-top: 1rem; +} + .mt-6 { margin-top: 1.5rem; } @@ -934,6 +930,10 @@ video { margin-top: 0px; } +.mt-8 { + margin-top: 2rem; +} + .mb-8 { margin-bottom: 2rem; } @@ -2005,6 +2005,10 @@ a { color: var(--foreground-color); } +.text-white a { + color: var(--background-color); +} + .btn { line-height: 1.25rem; --tw-text-opacity: 1; @@ -2866,10 +2870,6 @@ input { width: 75%; } - .lg\:w-1\/3 { - width: 33.333333%; - } - .lg\:w-1\/4 { width: 25%; } @@ -2878,6 +2878,10 @@ input { width: 16.666667%; } + .lg\:w-1\/3 { + width: 33.333333%; + } + .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } diff --git a/index.css b/index.css index 1db74d868..b2d2ec787 100644 --- a/index.css +++ b/index.css @@ -182,6 +182,10 @@ a { color: var(--foreground-color); } +.text-white a { + color: var(--background-color); +} + .btn { line-height: 1.25rem; --tw-text-opacity: 1;