diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 12bdc7a..de1a5d7 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -623,10 +623,6 @@ video { margin-top: -4rem; } -.mr-2 { - margin-right: 0.5rem; -} - .mr-auto { margin-right: auto; } @@ -647,10 +643,6 @@ video { margin-bottom: 2.5rem; } -.ml-2 { - margin-left: 0.5rem; -} - .ml-auto { margin-left: auto; } @@ -855,15 +847,6 @@ video { border-width: 0px; } -.border { - border-width: 1px; -} - -.bg-purple-700 { - --tw-bg-opacity: 1; - background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); -} - .bg-darkBlue-light { --tw-bg-opacity: 1; background-color: rgba(30, 35, 46, var(--tw-bg-opacity)); @@ -879,11 +862,6 @@ video { background-color: rgba(4, 10, 22, var(--tw-bg-opacity)); } -.hover\:bg-purple-600:hover { - --tw-bg-opacity: 1; - background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); -} - .hover\:bg-darkBlue-lightest:hover { --tw-bg-opacity: 1; background-color: rgba(40, 47, 62, var(--tw-bg-opacity)); @@ -917,11 +895,6 @@ video { padding-right: 1.25rem; } -.px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} - .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; @@ -1021,11 +994,6 @@ video { color: rgba(255, 255, 255, var(--tw-text-opacity)); } -.hover\:text-gray-100:hover { - --tw-text-opacity: 1; - color: rgba(245, 245, 245, var(--tw-text-opacity)); -} - .hover\:text-gray-400:hover { --tw-text-opacity: 1; color: rgba(163, 163, 163, var(--tw-text-opacity)); @@ -1065,19 +1033,10 @@ video { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.focus\:ring-gray-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgba(23, 23, 23, var(--tw-ring-opacity)); -} - .focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; } -.focus\:ring-offset-white:focus { - --tw-ring-offset-color: #fff; -} - .transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); diff --git a/index.html b/index.html index 991da4b..0ddb03e 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,9 @@ + @@ -35,40 +38,40 @@
-