diff options
-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 8a5f920b0..19e82b057 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2290,7 +2290,7 @@ blockquote { @media screen and (max-width:767px) { aside#region_1 { - background-color: $nav_bg; + background: rgba(0, 0, 0, .1); border-right: 1px solid $nav_bd; } } |