Skip to content

Commit 5e5168b

Browse files
committed
new background
1 parent c5de2de commit 5e5168b

3 files changed

Lines changed: 292 additions & 52 deletions

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ document.addEventListener('DOMContentLoaded', () => {
850850
ctx.rotate(angle);
851851
ctx.beginPath();
852852
ctx.ellipse(0, 0, rx, ry, 0, 0, Math.PI * 2);
853-
ctx.strokeStyle = `rgba(56, 189, 248, ${alpha})`;
853+
ctx.strokeStyle = `rgba(14, 116, 184, ${alpha})`;
854854
ctx.lineWidth = lineW;
855855
ctx.stroke();
856856
ctx.restore();

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</head>
7272
<body class="mesh-bg-aurora min-h-screen selection:bg-brand-blue selection:text-white">
7373

74-
<!-- Flowing green aurora backdrop (site-wide) -->
74+
<!-- Pastel mesh backdrop: cyan · lavender · peach (site-wide) -->
7575
<div class="aurora-backdrop" aria-hidden="true">
7676
<div class="aurora-blob aurora-blob--cyan"></div>
7777
<div class="aurora-blob aurora-blob--violet"></div>

0 commit comments

Comments
 (0)