Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -64,11 +64,10 @@ button:hover {
|
|
64 |
|
65 |
@counter-style repeating-emoji {
|
66 |
system: cyclic;
|
67 |
-
symbols: "💭" "\1F4DA" "⌛";
|
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 |
}
|