Code formatting cleanup and addition of visual assets (logo, background)
This commit is contained in:
+2
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user