summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index c5ce1225..4681c47f 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -48,6 +48,18 @@ blockquote {
color: @gray;
}
+.text-warning { color: @orange; }
+a.text-warning:hover { color: darken(@orange, 10%); }
+
+.text-error { color: @red; }
+a.text-error:hover { color: darken(@red, 10%); }
+
+.text-info { color: @purple; }
+a.text-info:hover { color: darken(@purple, 10%); }
+
+.text-success { color: @green; }
+a.text-success:hover { color: darken(@green, 10%); }
+
// SCAFFOLDING
// -----------------------------------------------------