Skip to content

Commit 11b7cc3

Browse files
Hoang Nguyendavidjumani
andauthored
Project view - Sidebar background color customization (apache#166)
* add custom option (background/text) for sidebar of project view * Update source/installguide/primate.rst Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com> Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
1 parent a27b9ec commit 11b7cc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/installguide/primate.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ Customization of themes is also possible, such as, modifying banner width, gener
167167
168168
"theme": {
169169
"@logo-background-color": "#ffffff",
170+
"@project-nav-text-color": "#001529",
171+
"@navigation-text-color": "rgba(255, 255, 255, 0.65)",
170172
"@navigation-background-color": "#ffffff",
171173
"@navigation-text-color": "rgba(0, 0, 0, 0.65)",
172174
"@primary-color": "#1890ff",
@@ -196,6 +198,8 @@ Customization of themes is also possible, such as, modifying banner width, gener
196198
where,
197199

198200
- @logo-background-color changes the logo background color.
201+
- @project-nav-background-color changes the navigation menu background color of the project.
202+
- @project-nav-text-color changes the navigation menu background color of the project view.
199203
- @navigation-background-color changes the navigation menu background color.
200204
- @navigation-text-color changes the navigation text color.
201205
- @primary-color: changes the major background color of the page (background button, icon hover, etc).

0 commit comments

Comments
 (0)