Skip to content

Commit

Permalink
updates background color
Browse files Browse the repository at this point in the history
  • Loading branch information
betovargas committed Aug 30, 2024
1 parent efefaa4 commit 7e7efdb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<link rel="icon" type="image/svg+xml" href="https://liblab.swarthmore.edu/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LibLab | Swarthmore</title>
<script type="module" crossorigin src="https://liblab.swarthmore.edu/assets/index-DQYScFP5.js"></script>
<link rel="stylesheet" crossorigin href="https://liblab.swarthmore.edu/assets/index-CijbXMne.css">
<script type="module" crossorigin src="https://liblab.swarthmore.edu/assets/index-CXI5XjIx.js"></script>
<link rel="stylesheet" crossorigin href="https://liblab.swarthmore.edu/assets/index-5B5XJsqI.css">
</head>
<body class="bg-gray-500">
<body>
<div id="root"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LibLab | Swarthmore</title>
</head>
<body class="bg-gray-500">
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {

:root {
font-family: "tt-commons-pro", sans-serif;
color: #ffffff;
color: #000000;
}


Expand Down

0 comments on commit 7e7efdb

Please sign in to comment.