Skip to content

Commit db417c4

Browse files
committed
[UG] Fix navbar color on mobile devices, due to the theme update
1 parent 8b48b8a commit db417c4

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ div#pulldown-menu {
7676
color: #ffffff;
7777
}
7878

79+
.wy-nav-top {
80+
background-color: #dd4814;
81+
}
82+
83+
.wy-nav-top a {
84+
color: #ffffff!important;
85+
}
86+
7987
.wy-menu-vertical a:active {
8088
background-color: #dd4814;
8189
}
@@ -97,16 +105,16 @@ div#pulldown-menu {
97105
}
98106

99107
.wy-alert.wy-alert-success, .rst-content .wy-alert-success.note, .rst-content .wy-alert-success.attention, .rst-content .wy-alert-success.caution, .rst-content .wy-alert-success.danger, .rst-content .wy-alert-success.error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .wy-alert-success.warning, .rst-content .wy-alert-success.seealso, .rst-content .wy-alert-success.admonition-todo {
100-
background: rgba(0,0,0,0.05);
108+
background: rgba(0,0,0,0.05);
101109
}
102110

103111
/* override table width restrictions */
104112
.wy-table-responsive table td, .wy-table-responsive table th {
105-
white-space: normal;
113+
white-space: normal;
106114
}
107115

108116
.wy-table-responsive {
109-
margin-bottom: 24px;
110-
max-width: 100%;
111-
overflow: visible;
117+
margin-bottom: 24px;
118+
max-width: 100%;
119+
overflow: visible;
112120
}

0 commit comments

Comments
 (0)