📝 Update docs and css

This commit is contained in:
James Panther
2023-06-04 10:52:32 +10:00
parent a5317a5c27
commit e2a46a025e
5 changed files with 85 additions and 80 deletions

View File

@@ -11,7 +11,7 @@
/* Links */
.link {
@apply text-white bg-primary-700 hover:brightness-90;
@apply bg-primary-700 text-white hover:brightness-90;
}
.link-amazon {
@@ -138,7 +138,7 @@
/* -- Chroma Highlight -- */
/* Background */
.prose .chroma {
@apply rounded-md text-neutral-700 bg-neutral-50 dark:bg-neutral-700 dark:text-neutral-200;
@apply rounded-md bg-neutral-50 text-neutral-700 dark:bg-neutral-700 dark:text-neutral-200;
}
@tailwind utilities;