Add a orange highlight to number of notes
authorJosh Williams <jwilliams@endpoint.com>
Fri, 4 Oct 2013 14:06:21 +0000 (10:06 -0400)
committerJosh Williams <jwilliams@endpoint.com>
Fri, 4 Oct 2013 14:06:21 +0000 (10:06 -0400)
karmaworld/templates/courses/course_list.html

index 9388f4aa96782c4b1d2e92d03dc553e31b338d5c..1858c2a69258604cb39951aaca9b630fb90c3355 100644 (file)
@@ -103,7 +103,7 @@ $(document).ready(function() {
       </div>
       <div class="small-9 large-10 columns">
         <div class="row subhead-spacer hide-for-small"> </div>
-        <span>Access a growing database of {{ note_count }} college lecture notes</span>
+        <span>Access a growing database of <span style="color: #f05a28;">{{ note_count }}</span> college lecture notes</span>
       </div>
     </div>
   </div>