ebrowne commited on
Commit
325162d
·
verified ·
1 Parent(s): 6ad3016

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -0
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
  }