Mise en place de la page d'accueil et du changelog
This commit is contained in:
@@ -3,3 +3,21 @@
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
.markdown h2 {
|
||||
@apply text-2xl mt-6 mb-3 text-gray-700 font-semibold;
|
||||
}
|
||||
.markdown h3 {
|
||||
@apply text-xl mt-4 mb-2 text-gray-700;
|
||||
}
|
||||
.markdown p {
|
||||
@apply my-2;
|
||||
}
|
||||
.markdown a {
|
||||
@apply underline;
|
||||
}
|
||||
.markdown ul {
|
||||
@apply list-disc list-outside ml-6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user