Improve frontend docs

This commit is contained in:
Paul Mineev
2022-04-10 11:18:15 -05:00
committed by Umputun
parent d89c9a1d1c
commit f7bddd757d
4 changed files with 144 additions and 133 deletions
+7
View File
@@ -2,6 +2,13 @@
@tailwind components;
@tailwind utilities;
.prose code {
@apply before:hidden after:hidden text-brand-800 dark:text-brand-300 font-light;
}
.prose strong code {
@apply font-bold text-yellow-600 dark:text-yellow-400;;
}
.burger-icon {
@apply relative inline-block w-4 h-4 mr-3;
}