enhancement(lint): Fix lint errors for hackclub-spotify-bot/src/public/hackclub.css

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-10-12 22:01:23 +00:00 committed by GitHub
parent 0bf03719c2
commit 140fa42011
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,8 +89,14 @@
}
body {
font-family: "Phantom Sans", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, sans-serif;
font-family:
"Phantom Sans",
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
sans-serif;
line-height: var(--line-height-body);
font-weight: var(--font-weight-body);
margin: 0;
@ -211,7 +217,9 @@
box-shadow: var(--shadow-card);
letter-spacing: var(--letter-spacing-headline);
-webkit-tap-highlight-color: transparent;
transition: transform 0.125s ease-in-out, box-shadow 0.125s ease-in-out;
transition:
transform 0.125s ease-in-out,
box-shadow 0.125s ease-in-out;
box-sizing: border-box;
margin: 0;
min-width: 0;
@ -248,7 +256,9 @@
box-shadow: var(--shadow-card);
letter-spacing: var(--letter-spacing-headline);
-webkit-tap-highlight-color: transparent;
transition: transform 0.125s ease-in-out, box-shadow 0.125s ease-in-out;
transition:
transform 0.125s ease-in-out,
box-shadow 0.125s ease-in-out;
box-sizing: border-box;
margin: 0;
min-width: 0;
@ -314,7 +324,9 @@
.card.interactive {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
transition: transform 0.125s ease-in-out, box-shadow 0.125s ease-in-out;
transition:
transform 0.125s ease-in-out,
box-shadow 0.125s ease-in-out;
}
.card.interactive:hover,
@ -546,7 +558,6 @@
border-bottom-width: 1px;
}
@media screen and (min-width: 32em) {
.ultratitle {
font-size: var(--font-5);
@ -622,4 +633,3 @@
max-width: var(--size-narrow-plus);
}
}