Skip to content

Commit

Permalink
Improve a17t colors
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jan 10, 2021
1 parent 775c105 commit c86192d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions shynet/dashboard/static/dashboard/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,18 @@

.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;
}
2 changes: 1 addition & 1 deletion shynet/dashboard/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c86192d

Please sign in to comment.