diff options
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r-- | readable/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css index 26b3a51e..9d06d366 100644 --- a/readable/bootstrap.css +++ b/readable/bootstrap.css @@ -5763,6 +5763,16 @@ legend { color: #ffffff; text-decoration: underline; } +.alert .close { + color: #fff; + text-decoration: none; + opacity: 0.4; +} +.alert .close:hover, +.alert .close:focus { + color: #fff; + opacity: 1; +} .label { font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; |