@@ -813,63 +813,51 @@ abbr {
813813}
814814
815815.score_0 {
816- background-color : # ffffff ;
817- /*background-image: linear-gradient(rgb(204, 0, 0), rgb(244, 0, 0));*/
816+ color : # 666 ;
818817}
819818
820819.score_0_10 {
821- background-color : # ecf4e4 ;
822- /*background-image: linear-gradient(rgb(210, 38, 0), rgb(235, 29, 0));*/
820+ background-color : hsl (120 , 30% , 87% );
823821}
824822
825823.score_10_20 {
826- background-color : # e5f0da ;
827- /*background-image: linear-gradient(rgb(216, 77, 0), rgb(226, 58, 0));*/
824+ background-color : hsl (120 , 30% , 84% );
828825}
829826
830827.score_20_30 {
831- background-color : # cfe4bc ;
832- /*background-image: linear-gradient(rgb(222, 115, 0), rgb(217, 87, 0));*/
828+ background-color : hsl (120 , 30% , 81% );
833829}
834830
835831.score_30_40 {
836- background-color : # c3ddaa ;
837- /*background-image: linear-gradient(rgb(228, 154, 0), rgb(209, 116, 0));*/
832+ background-color : hsl (120 , 30% , 78% );
838833}
839834
840835.score_40_50 {
841- background-color : # daeacb ;
842- /*background-image: linear-gradient(rgb(234, 192, 0), rgb(200, 145, 0));*/
836+ background-color : hsl (120 , 30% , 75% );
843837}
844838
845839.score_50_60 {
846- background-color : # b5d596 ;
847- /*background-image: linear-gradient(rgb(225, 211, 2), rgb(185, 159, 0));*/
840+ background-color : hsl (120 , 30% , 72% );
848841}
849842
850843.score_60_70 {
851- background-color : # a7cd82 ;
852- /*background-image: linear-gradient(rgb(203, 211, 6), rgb(163, 158, 1));*/
844+ background-color : hsl (120 , 30% , 69% );
853845}
854846
855847.score_70_80 {
856- background-color : # 7ab444 ;
857- /*background-image: linear-gradient(rgb(181, 211, 10), rgb(142, 157, 2));*/
848+ background-color : hsl (120 , 30% , 66% );
858849}
859850
860851.score_80_90 {
861- background-color : # 8cbe5d ;
862- /*background-image: linear-gradient(rgb(159, 210, 14), rgb(120, 156, 3));*/
852+ background-color : hsl (120 , 30% , 63% );
863853}
864854
865855.score_90_100 {
866- background-color : # 68aa2b ;
867- /*background-image: linear-gradient(rgb(137, 210, 18), rgb(99, 155, 4));*/
856+ background-color : hsl (120 , 30% , 60% );
868857}
869858
870859.score_100 {
871- background-color : # 4e9a05 ;
872- /*background-image: linear-gradient(rgb(115, 210, 22), rgb(78, 154, 5));*/
860+ background-color : hsl (120 , 30% , 55% );
873861}
874862
875863
0 commit comments