style: Fix formatting and add missing newlines in HTML and CSS

This commit is contained in:
Jan-Marlon Leibl 2025-02-13 12:14:11 +01:00
parent 8e986727ec
commit b570e8e9ab
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
4 changed files with 194 additions and 127 deletions

View file

@ -22,9 +22,11 @@ body {
@apply bg-deep-blue text-text-primary;
}
button, a {
button,
a {
@apply cursor-pointer active:scale-95 transition-all duration-200;
}
html,
body {
height: 100%;