mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39: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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue