diff static/css/theme.css @ 138:fc86604ea0ad

Update home page with Guitar Player magazine cover.
author Brian Neal <bgneal@gmail.com>
date Fri, 14 Feb 2014 19:42:42 -0600
parents 16eec10a308e
children
line wrap: on
line diff
--- a/static/css/theme.css	Fri Feb 14 19:42:07 2014 -0600
+++ b/static/css/theme.css	Fri Feb 14 19:42:42 2014 -0600
@@ -166,3 +166,11 @@
 .table tfoot > tr > td {
   border-top: 1px solid #dddddd;
 }
+
+.bg-primary {
+  color: #fff;
+  background-color: #428bca;
+}
+.bg-primary a {
+  color: black;
+}