diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 480e951a9..fc5416eaa 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1638,7 +1638,7 @@ dl.bb-dl > dd > li { .app-icon i { color: #777; font-size: 80px; - text-shadow: 3px 3px 3px lightgrey; + text-shadow: 3px 3px 3px rgba(0, 0, 0, .1); } .app-detail { |