diff --git a/src/components/Placeholder/Placeholder.jsx b/src/components/Placeholder/Placeholder.jsx index dcfac6a150a4..db63f42b3521 100644 --- a/src/components/Placeholder/Placeholder.jsx +++ b/src/components/Placeholder/Placeholder.jsx @@ -1,34 +1,34 @@ // Placeholder string const placeholderString = () => `
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/src/styles/dark.css b/src/styles/dark.css index 848e50c9c2e3..c761f6a8448a 100644 --- a/src/styles/dark.css +++ b/src/styles/dark.css @@ -118,15 +118,6 @@ @apply bg-[#121212] text-[#9ab3c0]; } - .placeholder h2, - .placeholder p { - @apply bg-[#252525]; - - &:after { - background: linear-gradient(90deg, #252525, #121212, #252525); - } - } - .footer-openjsf-logo { @apply invert; }