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:
@@ -5,7 +5,7 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Snake</title>
|
||||
<style>
|
||||
#overlay h2 {
|
||||
.overlay h2 {
|
||||
font-size: 2.5rem;
|
||||
color: #ff6b6b;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user