This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 68ff8a6 fix: Updated Blog list page's style (#863)
68ff8a6 is described below
commit 68ff8a6a004533060b128a7b7a5019859b46df86
Author: Bhavya Verma <[email protected]>
AuthorDate: Sat Jan 29 18:28:11 2022 +0530
fix: Updated Blog list page's style (#863)
---
website/src/css/customTheme.css | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css
index d40a40e..6895c79 100644
--- a/website/src/css/customTheme.css
+++ b/website/src/css/customTheme.css
@@ -120,6 +120,7 @@ div.inner {
header h2 {
color: var(--color-primary);
+
}
@media only screen and (max-width: 414px) {
@@ -262,12 +263,15 @@ header h2 {
margin: 0;
}
}
+
a {
- color: inherit;
+ color: var(--ifm-color-dark);
cursor: pointer;
}
+
a:hover {
color: var(--color-primary);
+ text-decoration: none;
}
.markdown a {
color: var(--color-primary);
@@ -278,6 +282,19 @@ a:hover {
stroke-dashoffset: 1002;
}
+/*Blogs section*/
+
+.blogPostTitle_node_modules-\@docusaurus-theme-classic-lib-next-theme-BlogPostItem-styles-module
{
+ font-size: 2rem !important;
+}
+
+.sidebar_node_modules-\@docusaurus-theme-classic-lib-next-theme-BlogSidebar-styles-module
{
+ margin-left: -3px;
+ text-align: left;
+ margin-right: 10px;
+ padding-right: 20px;
+}
+
/*Hero section*/
.hide-title, .hide-subtitle, .hide-ctas {
opacity: 0;