ebrowne commited on
Commit
aa29dff
·
verified ·
1 Parent(s): ed7c90d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -19
style.css CHANGED
@@ -66,27 +66,9 @@ button:hover {
66
  opacity: 1;
67
  }
68
 
69
- .books {
70
- li::before {
71
- content: "📚";
72
- }
73
- }
74
-
75
- .hourglass {
76
- li::before {
77
- content: "⌛";
78
- }
79
- }
80
-
81
- .thought {
82
- li::before {
83
- content: "💭";
84
- }
85
- }
86
-
87
  @counter-style repeating-emoji {
88
  system: cyclic;
89
- symbols: "💭" "📚" "⌛"; // unicode code point
90
  suffix: " ";
91
  }
92
 
 
66
  opacity: 1;
67
  }
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  @counter-style repeating-emoji {
70
  system: cyclic;
71
+ symbols: "💭" "\1F4DA" "⌛"; // unicode code point
72
  suffix: " ";
73
  }
74