From 491f5c021a58f84891a1be2bdc2f2c80c924be79 Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 3 Jan 2026 13:06:28 +0100 Subject: [PATCH] corrections --- css/new-wave.css | 6 ++++++ css/stereo.css | 2 +- css/{binaural => stereo}/bg.jpg | Bin index.html | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) rename css/{binaural => stereo}/bg.jpg (100%) diff --git a/css/new-wave.css b/css/new-wave.css index 849b5fc..3a61287 100644 --- a/css/new-wave.css +++ b/css/new-wave.css @@ -19,6 +19,12 @@ body[data-bs-theme="dark"] { background-image: radial-gradient(#2226, #25292d66); } +.card, +#matrixCard { + background: repeating-linear-gradient(transparent, #111 1px); + backdrop-filter: blur(3px); +} + .minoes-table { background: transparent; } diff --git a/css/stereo.css b/css/stereo.css index 7e8ed07..0cea8b6 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -1,5 +1,5 @@ body { - background-image: url(binaural/bg.jpg), + background-image: url(stereo/bg.jpg), radial-gradient( circle at center, #39444f 0%, diff --git a/css/binaural/bg.jpg b/css/stereo/bg.jpg similarity index 100% rename from css/binaural/bg.jpg rename to css/stereo/bg.jpg diff --git a/index.html b/index.html index 3e39851..9fbb492 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -72,7 +72,7 @@