style: update background color for .black class

This commit is contained in:
2025-03-13 16:09:34 +01:00
parent eafda93bd0
commit 68ce9f3efd

View File

@ -1,4 +1,4 @@
.black { background: #0A0A0A; }
.black { background: #3e3e3e; }
.red { background: #170c0c; }
.gold { background: #121107; }