Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -62,14 +62,20 @@ button:hover {
|
|
62 |
opacity: 1;
|
63 |
}
|
64 |
|
65 |
-
.books
|
66 |
-
|
|
|
|
|
67 |
}
|
68 |
|
69 |
-
.hourglass
|
70 |
-
|
|
|
|
|
71 |
}
|
72 |
|
73 |
-
.thought
|
74 |
-
|
|
|
|
|
75 |
}
|
|
|
62 |
opacity: 1;
|
63 |
}
|
64 |
|
65 |
+
.books {
|
66 |
+
li::before {
|
67 |
+
content: "📚";
|
68 |
+
}
|
69 |
}
|
70 |
|
71 |
+
.hourglass {
|
72 |
+
li::before {
|
73 |
+
content: "⌛";
|
74 |
+
}
|
75 |
}
|
76 |
|
77 |
+
.thought {
|
78 |
+
li::before {
|
79 |
+
content: "💭";
|
80 |
+
}
|
81 |
}
|