test ajout des articles

This commit is contained in:
2024-01-03 13:19:09 +01:00
parent d0bd9ac2ca
commit 855af019a5
221 changed files with 2554 additions and 188 deletions

View File

@ -1,7 +1,24 @@
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@layer utilities {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}
@layer base {
.inline-picture {
@apply w-24 inline;
}
a {
@apply text-orange-300;
}
@ -25,6 +42,7 @@
}
pre {
@apply bg-base-300 border-white border-l-2 my-4 px-2 py-2 pl-4
overflow-x-scroll no-scrollbar
}
ul {
@apply my-2