corrections

This commit is contained in:
2026-01-03 13:06:28 +01:00
parent c4d9621551
commit 491f5c021a
4 changed files with 9 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -1,5 +1,5 @@
body {
background-image: url(binaural/bg.jpg),
background-image: url(stereo/bg.jpg),
radial-gradient(
circle at center,
#39444f 0%,

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB