WIP: Alpha version bugfixes

This commit is contained in:
Jesse Malotaux 2025-04-13 13:07:15 +02:00
parent fd9430dbc6
commit cb5516f863
18 changed files with 474 additions and 144 deletions

View file

@ -41,3 +41,7 @@ ul {
strong {
@apply font-bold;
}
a {
@apply underline text-amber-400 hover:text-amber-300;
}