summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index bb80e62f..75e7fbb9 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -5867,12 +5867,15 @@ legend {
text-decoration: underline;
}
.alert .close {
+ text-decoration: none;
+}
+.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
}
-.alert .close:hover,
-.alert .close:focus {
+.close:hover,
+.close:focus {
color: #fff;
opacity: 1;
}