mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user