This is an automated email from the ASF dual-hosted git repository.
liuxiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 76cda03 fix: adjust images' dimension (#158) (#165)
76cda03 is described below
commit 76cda0394d63328139451082815191a4ae3ac2ad
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Sun Feb 7 08:11:59 2021 +0530
fix: adjust images' dimension (#158) (#165)
---
website/src/css/customTheme.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css
index e8422fd..6b3fa92 100644
--- a/website/src/css/customTheme.css
+++ b/website/src/css/customTheme.css
@@ -1,5 +1,5 @@
:root {
- --ifm-color-primary-lightest: #ffffff;
+ --ifm-color-primary-lightest: rgb(228, 222, 222);;
--ifm-color-primary-lighter: #d0312d;
--ifm-color-primary-light: #f8f8fa;
--ifm-color-primary: #b52b27;
@@ -8,8 +8,7 @@
--ifm-color-primary-darker: #9a2521;
--ifm-color-shadow--lw: #7f1e1b;
}
-.navbar {
- background: var(--ifm-color-primary);
+.navbar a {
color: var(--ifm-color-primary-lightest);
}
.footer.logo {
@@ -39,7 +38,6 @@ div.inner {
}
.logo {
padding: 10px 30px 10px 30px;
- width: 100px;
height: 50px;
}
.productShowcaseSection {