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 <bartnikjack@gmail.com>
This commit is contained in:
glowy 2022-01-19 13:34:47 -08:00 committed by GitHub
parent 6fdbd26d58
commit ee78420aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}