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 2cfc77e commit 382249e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.

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

File renamed without changes.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<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-BntYkkFK.js"></script>
<link rel="stylesheet" crossorigin href="https://liblab.swarthmore.edu/assets/index-BIDk_9Vg.css">
<script type="module" crossorigin src="https://liblab.swarthmore.edu/assets/index-DiL-VeNC.js"></script>
<link rel="stylesheet" crossorigin href="https://liblab.swarthmore.edu/assets/index-BVKT3z_-.css">
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 1 addition & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@

html,
body {
background-color: gray !important;
&,
* {
/* cursor: none; */
}
}

#root {
background-color: gray !important;
}

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

0 comments on commit 382249e

Please sign in to comment.