Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -60,4 +60,16 @@ button {
|
|
| 60 |
|
| 61 |
button:hover {
|
| 62 |
opacity: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
|
|
|
| 60 |
|
| 61 |
button:hover {
|
| 62 |
opacity: 1;
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.books li::before {
|
| 66 |
+
content: "📚";
|
| 67 |
+
}
|
| 68 |
+
|
| 69 |
+
.hourglass li::before {
|
| 70 |
+
content: "⌛";
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.thought li::before {
|
| 74 |
+
content: "💭";
|
| 75 |
}
|