diff options
Diffstat (limited to 'readable/bootswatch.less')
-rw-r--r-- | readable/bootswatch.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less index 0e528ffa..25c2b87b 100644 --- a/readable/bootswatch.less +++ b/readable/bootswatch.less @@ -104,6 +104,18 @@ legend { color: @alert-success-text; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + opacity: 0.4; + + &:hover, + &:focus { + color: #fff; + opacity: 1; + } + } } .label { |