better bg color match

This commit is contained in:
c0de 2023-11-13 22:54:08 -06:00
parent d10ae2bb71
commit 371f344490
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
body {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 25rem rgba(5, 205, 255, 0.103);
background-color: rgba(36, 36, 36, 0.808);
background-color: rgba(34, 34, 34, 0.925);
}
.cover-container {