diff --git a/src/App.vue b/src/App.vue index 0182a699..c3c065d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -117,14 +117,28 @@ b { } .btn { - @apply py-2 px-4 rounded bg-dark-400; + @apply py-2 px-4 rounded; } .dark { @apply text-white bg-dark-800; } +.dark .input, +.dark .select, +.dark .btn { + @apply text-gray-400 bg-dark-400 w-auto; +} + +.dark hr { + @apply border-dark-100; +} + h1 { - @apply text-2xl font-bold; + @apply m-0 !text-5xl font-bold; +} + +hr { + @apply !mt-2 !mb-3; } diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 42fcf7fc..94b9def3 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -9,9 +9,9 @@ - + -