Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
superyngo committed Jul 7, 2023
1 parent 550b478 commit a94e749
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/assets/index-2f76d2bc.css

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

File renamed without changes.
1 change: 0 additions & 1 deletion docs/assets/index-e884fe96.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<base target="_parent" />
<title>My Navbar</title>
<script type="module" crossorigin src="./assets/index-9653c36d.js"></script>
<link rel="stylesheet" href="./assets/index-e884fe96.css">
<script type="module" crossorigin src="./assets/index-ab0dd19d.js"></script>
<link rel="stylesheet" href="./assets/index-2f76d2bc.css">
</head>
<body>
<div id="app"></div>
Expand Down
3 changes: 2 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
box-sizing: border-box;
color-scheme: light dark;
color: #213547;
background-color: ffffff !important;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
Expand All @@ -17,6 +16,8 @@
body {
margin: 0;
min-width: 320px;
background-color: #fff0df;

/* min-height: 100vh; */
}

Expand Down

0 comments on commit a94e749

Please sign in to comment.