mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
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:
parent
6fdbd26d58
commit
ee78420aed
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue