refactor: linting and formatting changes

This commit is contained in:
Bart van der Braak 2023-08-02 01:37:54 +02:00
parent 3df46b240b
commit 3807145c1d
27 changed files with 262 additions and 189 deletions

View file

@ -1,6 +1,6 @@
html,
body {
@apply h-full overflow-hidden
@apply h-full overflow-hidden;
}
.dark .logo-text-gradient-dark {
@ -18,4 +18,3 @@ body {
/* Color Stops */
@apply logo-text-gradient-light logo-text-gradient-dark;
}