From ee78420aed7de94a50b2f4112c329d1fd893dbe4 Mon Sep 17 00:00:00 2001 From: glowy <83473782+batsoup804@users.noreply.github.com> Date: Wed, 19 Jan 2022 13:34:47 -0800 Subject: [PATCH] Updated text color to match star wars intro (#2316) by batsoup804 * Updated text color to match star wars intro "A long, long time ago in a galaxy far, far away..." and the following text is always in yellow, with a space galaxy background. You can find them all here. https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.inafarawaygalaxy.com%2F2013%2F08%2Fthe-text-of-every-star-wars-crawl.html&psig=AOvVaw0l3URlf_Ur6huJS0SwfNo8&ust=1642615476042000&source=images&cd=vfe&ved=0CAkQjhxqFwoTCPiFqdLxu_UCFQAAAAAdAAAAABAO I also thought there was nothing wrong with the background gif so I took the comment off it. * using a better text color Co-authored-by: Miodec --- static/funbox/space_balls.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/funbox/space_balls.css b/static/funbox/space_balls.css index 45041c8a3..26ac1a7e4 100644 --- a/static/funbox/space_balls.css +++ b/static/funbox/space_balls.css @@ -3,7 +3,7 @@ --main-color: #ffffff; --caret-color: #ffffff; --sub-color: rgba(255, 255, 255, 0.1); - --text-color: #ffffff; + --text-color: #ffd100; --error-color: #da3333; --error-extra-color: #791717; --colorful-error-color: #da3333; @@ -11,7 +11,7 @@ } body { - /* background-image: url('https://thumbs.gfycat.com/SlimyClassicAsianconstablebutterfly-size_restricted.gif'); */ + background-image: url("https://thumbs.gfycat.com/SlimyClassicAsianconstablebutterfly-size_restricted.gif"); background-size: cover; background-position: center; }