Skip to content

Commit

Permalink
turn off fun mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RuralAnemone committed Jun 26, 2024
1 parent 5284188 commit 57cc68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="style.css" />
<script src="./script.js" async></script>
</head>
<body class="fun">
<body>
<header>
<div class="header-flex-container">
<!-- my name is roughly 19ex long -->
Expand Down Expand Up @@ -49,7 +49,7 @@ <h1>Isaiah Wallerstedt</h1>
<div class="mode-container">
<div class="fun mode">
<p>fun mode</p>
<div class="switch on">
<div class="switch off">
<div class="head"></div>
</div>
</div>
Expand Down

0 comments on commit 57cc68e

Please sign in to comment.