diff --git a/frontend/src/index.css b/frontend/src/index.css index 805f0cfa..5bcc7683 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -47,6 +47,28 @@ body.dark { } } +@layer components { + .table-default { + @apply block w-max table-auto content-center justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray; + } + + .table-default th { + @apply border-r border-silver dark:border-silver/40 p-4 w-[244px]; + } + + .table-default th:last-child { + @apply w-[auto] border-r-0; + } + + .table-default td { + @apply border-r border-t border-silver dark:border-silver/40 px-4 py-2; + } + + .table-default td:last-child { + @apply border-r-0; + } +} + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document