mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 20:33:40 +00:00
enhancement(lint): Fix lint errors for src/index.css
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
This commit is contained in:
parent
da1618b5f1
commit
47c634006b
1 changed files with 5 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mauve {
|
.mauve {
|
||||||
color: var(--mauve)
|
color: var(--mauve);
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-highlight {
|
.text-highlight {
|
||||||
|
@ -42,7 +42,6 @@
|
||||||
/* -webkit-background-clip: text; */
|
/* -webkit-background-clip: text; */
|
||||||
/* -webkit-text-fill-color: transparent; */
|
/* -webkit-text-fill-color: transparent; */
|
||||||
@apply ease-in duration-500;
|
@apply ease-in duration-500;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-highlight:hover {
|
.text-highlight:hover {
|
||||||
|
@ -53,8 +52,8 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||||
sans-serif;
|
sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -62,6 +61,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue