User:PermaNoob/TruthinessWordPersistence.css

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
html{
   background: #000;
}
body{
   background: #000;
}

span {
   color: yellow;
}
span.new{
   background: #c5c4ff;
}
 
span.survived_2{
   background: #ff4444;
   font-weight: bold;
}
span.survived_4{
   background: #ee0000;
}
span.survived_8{
   background: #bb0000;
}
span.survived_16{
   background: #990000;
}
span.survived_32{
   background: #660000;
}
span.survived_max{
   background: #000000;
}