Skip to content

Commit

Permalink
Fix style of the seconds indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 14, 2024
1 parent 1f26538 commit 59c2883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aoc-web/src/y2024/easter_egg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ impl Component for EasterEgg {
Msg::TimeChanged(seconds)
})}
/>
<span class="success">
<p class="success">
{format!("t={}", self.seconds)}
</span>
</p>
<pre class="small">
<code>{ output }</code>
</pre>
Expand Down

0 comments on commit 59c2883

Please sign in to comment.