Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / bootstrap / mixins / text-emphasis.less
diff --git a/less/bootstrap/mixins/text-emphasis.less b/less/bootstrap/mixins/text-emphasis.less
new file mode 100644 (file)
index 0000000..9e8a77a
--- /dev/null
@@ -0,0 +1,9 @@
+// Typography
+
+.text-emphasis-variant(@color) {
+  color: @color;
+  a&:hover,
+  a&:focus {
+    color: darken(@color, 10%);
+  }
+}