diff --git a/config/bubbers/bubbers_title.txt b/config/bubbers/bubbers_title.txt index ee1765cbd15..41481332d85 100644 --- a/config/bubbers/bubbers_title.txt +++ b/config/bubbers/bubbers_title.txt @@ -112,8 +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.9), rgba(0, 56, 34, 0.9)); - opacity: 75%; + background: linear-gradient(to bottom, rgba(0, 179, 107, 0.675), rgba(0, 56, 34, 0.675)); padding: 1em; } diff --git a/config/skyrat/title_html.txt b/config/skyrat/title_html.txt deleted file mode 100644 index cfb530c80b6..00000000000 --- a/config/skyrat/title_html.txt +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - diff --git a/modular_skyrat/modules/title_screen/code/_title_screen_defines.dm b/modular_skyrat/modules/title_screen/code/_title_screen_defines.dm index 6ba1050a411..e8d7bd5bd4c 100644 --- a/modular_skyrat/modules/title_screen/code/_title_screen_defines.dm +++ b/modular_skyrat/modules/title_screen/code/_title_screen_defines.dm @@ -111,8 +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.9), rgba(0, 0, 102, 0.9)); - opacity: 75%; + background: linear-gradient(to bottom, rgba(68, 68, 204, 0.675), rgba(0, 0, 102, 0.675)); padding: 1em; }