mmmhhh cheese

This commit is contained in:
2026-01-08 23:05:15 +01:00
parent d0e55fa309
commit f2af58a2a5
6 changed files with 28 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Courier New', monospace;
background: #1a1a1a;
color: #00ff00;
color: #ffffff;
margin: 0;
padding: 10px; /* Reduced for mobile */
font-size: 18px; /* Balanced size for readability */
@@ -28,6 +28,10 @@ footer {
box-sizing: border-box; /* Ensures padding doesn't break layout */
}
.container > h1 {
color: #00ff00;
}
h1 { font-size: 1.5rem; word-wrap: break-word; }
input[type="text"], input[type="email"] {