Optimize assets

This commit is contained in:
Thomas Miceli
2023-03-23 16:00:48 +01:00
parent 0e0e92b88f
commit 6c981570a1
14 changed files with 6547 additions and 791 deletions

4
public/style.css vendored
View File

@ -8,6 +8,10 @@
}
}
html {
@apply bg-gray-800;
}
a {
@apply text-primary-500;
}