diff options
Diffstat (limited to 'lumen/bootswatch.less')
-rw-r--r-- | lumen/bootswatch.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less index ca9759a3..56bcaaef 100644 --- a/lumen/bootswatch.less +++ b/lumen/bootswatch.less @@ -310,6 +310,18 @@ label { color: #fff; text-decoration: underline; } + + .close { + color: #fff; + text-decoration: none; + opacity: 0.4; + + &:hover, + &:focus { + color: #fff; + opacity: 1; + } + } } .label { |