Change title screen config to match live server

Apparently the live server (only one of the two) secretly had a fix for the transparency thing already in the config but never committed to git, so changes the values to match those
This commit is contained in:
Roxy
2025-06-17 00:12:48 -04:00
parent 359162326c
commit 4dddfe90af
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@
border: 2px solid white;
border-radius: 4px;
box-shadow: 2px 2px #333, inset 1px 1px #333;
background: linear-gradient(to bottom, rgba(0, 179, 107, 0.675), rgba(0, 56, 34, 0.675));
background: linear-gradient(to bottom, rgba(0, 179, 107, 0.4), rgba(0, 56, 34, 0.4));
padding: 1em;
}

View File

@@ -111,7 +111,7 @@
border: 2px solid white;
border-radius: 4px;
box-shadow: 2px 2px #333, inset 1px 1px #333;
background: linear-gradient(to bottom, rgba(68, 68, 204, 0.675), rgba(0, 0, 102, 0.675));
background: linear-gradient(to bottom, rgba(68, 68, 204, 0.4), rgba(0, 0, 102, 0.4));
padding: 1em;
}