Skip to content

Commit ee6d3ee

Browse files
author
Hoang Nguyen
authored
primate: add custom option (background/text) for link, menu (apache#159)
1 parent 0a4edbe commit ee6d3ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/installguide/primate.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,13 @@ Customization of themes is also possible, such as, modifying banner width, gener
166166
.. parsed-literal::
167167
168168
"theme": {
169+
"@logo-background-color": "#ffffff",
170+
"@navigation-background-color": "#ffffff",
171+
"@navigation-text-color": "rgba(0, 0, 0, 0.65)",
169172
"@primary-color": "#1890ff",
170173
"@link-color": "#1890ff",
174+
"@link-hover-color": "#40a9ff",
175+
"@loading-color": "#1890ff",
171176
"@processing-color": "#1890ff",
172177
"@success-color": "#52c41a",
173178
"@warning-color": "#faad14",
@@ -190,7 +195,13 @@ Customization of themes is also possible, such as, modifying banner width, gener
190195
191196
where,
192197

198+
- @logo-background-color changes the logo background color.
199+
- @navigation-background-color changes the navigation menu background color.
200+
- @navigation-text-color changes the navigation text color.
193201
- @primary-color: changes the major background color of the page (background button, icon hover, etc).
202+
- @link-color changes the link color.
203+
- @link-hover-color changes the link hover color.
204+
- @loading-color changes the message loading color and page loading bar at the top page.
194205
- @success-color: changes success state color.
195206
- @processing-color: changes processing state color. Exp: progress status.
196207
- @warning-color: changes warning state color.

0 commit comments

Comments
 (0)