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

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -6
style.css CHANGED
@@ -62,14 +62,20 @@ 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
  }
 
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
  }