Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
antonve committed Feb 19, 2023
1 parent 67e2645 commit 581920d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,30 @@
}

@layer utilities {
.auto-format table {
@apply border-collapse w-full;
}

.auto-format .table-container {
@apply my-4 w-full;
}

.auto-format ul {
@apply list-disc ml-5 my-2 space-y-1;
}

.auto-format a {
@apply !underline;
}

.auto-format h2 {
@apply text-lg mt-8 mb-3;
}

.auto-format h3 {
@apply subtitle mt-5 mb-2;
}

.input-frame {
@apply border border-b-2 border-black/10 focus:border-primary focus:ring-primary/40 focus:ring-2;
@apply bg-white transition ease-in-out placeholder-gray-400;
Expand Down Expand Up @@ -265,4 +289,4 @@
.h-stack.fill > * {
@apply flex-1;
}
}
}

0 comments on commit 581920d

Please sign in to comment.