From cd4fb5bb719bbb0bb27f8855bad85c03b8dad74d Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sat, 11 Aug 2018 15:33:25 -0600 Subject: [PATCH] Updated colours using calculator at https://www.viget.com/articles/equating-color-and-transparency/ to keep colours as close as possible to original, despite new transparency values (assumes white background) --- www/where/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/where/index.php b/www/where/index.php index 23635d3..0a00293 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -32,8 +32,8 @@ body {background-color: #333333;} p {font-size: 5vh; color: #FFFFFF; opacity: 0.5;} h1 {font-size: 13.9vh; color: #FFFFFF;} - #map {width: 100; height: 100%} - #container {position: absolute; top: 0; width: 100%; height: 100%; border: 1.5vw solid #333333; background: linear-gradient(135deg, rgba(162,92,191,0.8) 0%,rgba(0,156,222,0.8) 100%);} + #map {width: 100; height: 100%;} + #container {position: absolute; top: 0; width: 100%; height: 100%; border: 1.5vw solid #333333; background: linear-gradient(135deg, rgba(139,51,175,0.8) 0%, rgba(0,131,214,0.8) 100%);} #centered {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}