Improve a17t colors

This commit is contained in:
R. Miles McCain 2021-01-10 12:25:08 -05:00
parent 775c105d1d
commit c86192d301
No known key found for this signature in database
GPG Key ID: F1053629E2905557
2 changed files with 15 additions and 1 deletions

View File

@ -14,3 +14,17 @@
.rf {
text-align: right !important;
}
:root {
--color-neutral-000: white;
--color-neutral-50: #F8FAFC;
--color-neutral-100: #F1F5F9;
--color-neutral-200: #E2E8F0;
--color-neutral-300: #CBD5E1;
--color-neutral-400: #94A3B8;
--color-neutral-500: #64748B;
--color-neutral-600: #475569;
--color-neutral-700: #334155;
--color-neutral-800: #1E293B;
--color-neutral-900: #0F172A;
}

View File

@ -18,7 +18,7 @@
{% endblock %}
</head>
<body class="bg-neutral-200 min-h-full">
<body class="bg-neutral-100 min-h-full">
{% block body %}
<section class="max-w-screen-xl mx-auto px-4 py-4 md:py-12 md:flex">