fix: update #overlay h2 selector to .overlay h2 after ID-to-class migration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-03-31 14:35:24 +02:00
parent 25830de5aa
commit bdc27a4d01

View File

@@ -5,7 +5,7 @@
<link rel="stylesheet" href="style.css">
<title>Snake</title>
<style>
#overlay h2 {
.overlay h2 {
font-size: 2.5rem;
color: #ff6b6b;
}