KishaniKandasamy commented on a change in pull request #160:
URL: https://github.com/apache/apisix-website/pull/160#discussion_r565134026
##########
File path: website/src/css/customTheme.css
##########
@@ -8,10 +8,6 @@
--ifm-color-primary-darker: #9a2521;
--ifm-color-shadow--lw: #7f1e1b;
}
-.navbar {
- background: var(--ifm-color-primary);
- color: var(--ifm-color-primary-lightest);
-}
Review comment:
> we would prefer the text color of the navigation bar to be #fff, like
this
>
> ```css
> .navbar a {
> color: #fff;
> }
> ```
Yesss but here nav bar style was already set to primary style(in
docusaurus.config.js) so I thought we could remove these lines from css :)
.navbar {
background: var(--ifm-color-primary);
color: var(--ifm-color-primary-lightest);
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]