enhancement(lint): Fix lint errors for src/index.css

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
This commit is contained in:
zeon-neon[bot] 2024-09-01 04:01:28 +00:00 committed by GitHub
parent da1618b5f1
commit 47c634006b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
}
.mauve {
color: var(--mauve)
color: var(--mauve);
}
.text-highlight {
@ -42,7 +42,6 @@
/* -webkit-background-clip: text; */
/* -webkit-text-fill-color: transparent; */
@apply ease-in duration-500;
}
.text-highlight:hover {
@ -53,8 +52,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -62,6 +61,6 @@ body {
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
}