+
{num}
@@ -95,6 +110,20 @@
background-image: url("/assets/streaks/streak_thirty.svg");
color: rgb(255, 0, 0);
}
+
+ &.one_hundred {
+ background-image: url("/assets/streaks/streak_100.svg");
+ color: white;
+ text-shadow: 0.5px 0.5px 0.5px #555;
+ }
+
+ &.three_six_five {
+ background-image: url("/assets/streaks/streak_365.svg");
+ color: white;
+ text-shadow: 0.5px 0.5px 0.5px #555;
+ padding: 0 0 0 7px;
+ }
+
&.disabled {
background-image: url("/assets/streaks/streak_disabled.svg");
color: #888;