updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
@@ -0,0 +1,25 @@
/*
Created on : Oct 10, 2019, 4:31:41 PM
Author : Davis
*/
#register .short{
font-weight:bold;
color:#FF0000;
font-size: smaller;
}
#register .weak{
font-weight:bold;
color:orange;
font-size:smaller;
}
#register .good{
font-weight:bold;
color:#2D98F3;
font-size:smaller;
}
#register .strong{
font-weight:bold;
color: limegreen;
font-size:smaller;
}