Skip to content

Commit

Permalink
change snippet background color to previous (#635)
Browse files Browse the repository at this point in the history
* change snippet background color to previous

* remove body style
  • Loading branch information
techmannih authored Feb 3, 2025
1 parent d17366c commit b18e56c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@
<link rel="canonical" href="https://tscircuit.com" />

<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
}

/* Loader Styles */
.loading-overlay {
position: fixed;
Expand Down

0 comments on commit b18e56c

Please sign in to comment.