design changes for listicles in blog view

This commit is contained in:
2024-04-14 16:34:54 +02:00
parent 6f21084624
commit b2cb9dbc7a
4 changed files with 34 additions and 17 deletions
+6
View File
@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
.font-outline-1 {
-webkit-text-stroke: 0.25px black;
}
}