Code formatting cleanup and addition of visual assets (logo, background)

This commit is contained in:
2026-04-16 07:24:19 +02:00
parent e993eef125
commit ec7b4d1f71
8 changed files with 9 additions and 12 deletions
+2 -3
View File
@@ -14,9 +14,8 @@
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
background: #111111;
background-image: radial-gradient(ellipse at 20% 50%, rgba(220, 38, 38, 0.08) 0%, transparent 50%),
radial-gradient(ellipse at 80% 50%, rgba(245, 158, 11, 0.06) 0%, transparent 50%);
background: #111111 url('/img/bg.png') center/cover fixed;
}
.answer-a {