Skip to content

Commit

Permalink
chore: remove reset css
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 2, 2023
1 parent 471d2a9 commit e09b976
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions examples/lit/src/index.css
Original file line number Diff line number Diff line change
@@ -1,39 +0,0 @@
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;

color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}

a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}

body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
}

0 comments on commit e09b976

Please sign in to comment.