summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index 3d3791a9..65fdc7cd 100644
--- a/readable/bootstrap.css
+++ b/readable/bootstrap.css
@@ -5848,12 +5848,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;
}