🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s

This commit is contained in:
2025-02-15 14:59:32 +01:00
parent 04f279dab3
commit cb00252364
30 changed files with 151 additions and 103 deletions

View File

@ -3,26 +3,26 @@
@plugin "daisyui";
@layer utilities {
.debug {
@apply border border-red-500;
}
.debug {
@apply border border-red-500;
}
}
@layer base {
br {
@apply my-0.5;
}
br {
@apply my-0.5;
}
h1 {
@apply text-4xl font-bold mb-2;
}
h1 {
@apply text-4xl font-bold mb-2;
}
h2 {
@apply text-3xl font-bold mb-2;
}
h2 {
@apply text-3xl font-bold mb-2;
}
/* TODO change default style*/
a {
@apply link
}
/* TODO change default style*/
a {
@apply link;
}
}