docs(bot): updated doc

This commit is contained in:
Leifer Mendez
2022-12-22 18:36:43 +01:00
parent 65ffbc358d
commit 3dcb247ef9
41 changed files with 784 additions and 55 deletions

View File

@@ -9,6 +9,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('./fonts.css');
@layer components {
.btn {
@@ -24,19 +25,19 @@
}
.slot h1 {
@apply mb-2 font-semibold text-2xl;
@apply my-2 font-semibold text-2xl;
}
.slot h2 {
@apply mb-2 font-semibold text-lg;
@apply my-2 font-semibold text-lg;
}
.slot h3 {
@apply mb-2 font-semibold text-base;
@apply my-2 font-semibold text-base;
}
.slot code {
@apply bg-slate-100 dark:bg-slate-800 p-1 px-2 rounded w-full;
@apply bg-slate-100 dark:bg-slate-800 p-1 px-2 rounded w-full text-sm;
}
.slot pre {
@@ -51,6 +52,10 @@
@apply my-5;
}
.slot img {
@apply rounded drop-shadow-2xl;
}
[data-aw-toggle-menu] path {
@apply transition;
}