ebrowne commited on
Commit
5fed7b9
1 Parent(s): 3e845df

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -2
style.css CHANGED
@@ -64,11 +64,10 @@ button:hover {
64
 
65
  @counter-style repeating-emoji {
66
  system: cyclic;
67
- symbols: "💭" "\1F4DA" "⌛"; // unicode code point
68
  suffix: " ";
69
  }
70
 
71
- // Add this class to the ul or ol element
72
  .repeating-counter-rule {
73
  list-style-type: repeating-emoji;
74
  }
 
64
 
65
  @counter-style repeating-emoji {
66
  system: cyclic;
67
+ symbols: "💭" "\1F4DA" "⌛";
68
  suffix: " ";
69
  }
70
 
 
71
  .repeating-counter-rule {
72
  list-style-type: repeating-emoji;
73
  }