aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index cdd77ae6b..8a5f920b0 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2287,3 +2287,10 @@ blockquote {
color: $nav_active_icon_colour;
padding: 7px 10px;
}
+
+@media screen and (max-width:767px) {
+ aside#region_1 {
+ background-color: $nav_bg;
+ border-right: 1px solid $nav_bd;
+ }
+}