diff --git a/styles/globals.css b/styles/globals.css index 4ebe301c..450fb967 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -355,6 +355,10 @@ body { background-color: #f3f4f6; } +hr { + @apply border-gray-200; +} + .text-white-important { color: white !important; }