Spaces:
Running
Running
Update style.css
Browse files
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: "💭" "
|
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 |
|