Accessibility stuff
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user