diff options
Diffstat (limited to 'less/close.less')
| -rw-r--r-- | less/close.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/close.less b/less/close.less index 24689fd9d..d0403f93e 100644 --- a/less/close.less +++ b/less/close.less @@ -8,11 +8,11 @@ font-size: 20px; font-weight: bold; line-height: @line-height-base; - color: @black; + color: #000; text-shadow: 0 1px 0 rgba(255,255,255,1); .opacity(20); &:hover { - color: @black; + color: #000; text-decoration: none; cursor: pointer; .opacity(40); |
