Accessibility stuff

This commit is contained in:
2020-08-22 04:20:14 +02:00
parent 2ac02688ab
commit c800d22ccf
4 changed files with 14 additions and 8 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
.btn {
@apply font-semibold py-2 px-4 rounded;
@apply font-bold py-2 px-4 rounded;
&:focus {
@apply outline-none shadow-outline;
@@ -7,7 +7,7 @@
}
.btn-teal {
@apply bg-teal-500 text-white;
@apply bg-teal-400 text-gray-800;
&:focus {
@apply bg-teal-600;
@@ -19,7 +19,7 @@
}
.btn-green {
@apply bg-green-500 text-white;
@apply bg-green-400 text-gray-800;
&:focus {
@apply bg-green-600;
@@ -31,7 +31,7 @@
}
.btn-red {
@apply bg-red-500 text-white;
@apply bg-red-400 text-gray-800;
&:focus {
@apply bg-red-600;