summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index cf520d3e..ab8713c2 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -7462,23 +7462,28 @@ td.visible-print {
border-top-color: #444444;
}
-.text-primary {
+.text-primary,
+.text-primary:hover {
color: #f0a6ac;
}
-.text-success {
+.text-success,
+.text-success:hover {
color: #93e08b;
}
-.text-danger {
+.text-danger,
+.text-danger:hover {
color: #eda776;
}
-.text-warning {
+.text-warning,
+.text-warning:hover {
color: #ecd77f;
}
-.text-info {
+.text-info,
+.text-info:hover {
color: #b8abd8;
}