Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
techcow2 authored Aug 15, 2024
1 parent de47b5a commit b6e8d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lz-string/1.4.4/lz-string.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
body, html {
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
Expand Down Expand Up @@ -133,7 +133,7 @@
flex-grow: 1;
overflow: auto;
position: relative;
background: white;
background: #2b2d42;
padding: 16px;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
Expand Down

0 comments on commit b6e8d90

Please sign in to comment.