summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
commit35d339d2b6f6bfce108f017e5f0f26d1a416a52f (patch)
tree208cc444d2991b1c6a1393b556912188f1bf288e /amelia/bootswatch.less
parentd25d37afe7f490fa75191bc3ccfe4968e76e6dd4 (diff)
styles popovers, fixes #126
Diffstat (limited to 'amelia/bootswatch.less')
-rw-r--r--amelia/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index c6c7403e..968f5b2d 100644
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -133,3 +133,7 @@ legend {
.list-group-item {
background-color: lighten(@body-bg, 5%);
}
+
+.popover {
+ color: @gray-dark;
+}