summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index 4350ff6b..3cc2efd6 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -8,6 +8,22 @@
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
+.text-warning { color: @warningBackground; }
+a.text-warning:hover,
+a.text-warning:focus { color: darken(@warningBackground, 10%); }
+
+.text-error { color: @errorBackground; }
+a.text-error:hover,
+a.text-error:focus { color: darken(@errorBackground, 10%); }
+
+.text-info { color: @infoBackground; }
+a.text-info:hover,
+a.text-info:focus { color: darken(@infoBackground, 10%); }
+
+.text-success { color: @successBackground; }
+a.text-success:hover,
+a.text-success:focus { color: darken(@successBackground, 10%); }
+
// SCAFFOLDING
// -----------------------------------------------------