This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit 11c74c4648d9037d259dbc04d5f4b54f22ae2ed0 Author: ken.lj <[email protected]> AuthorDate: Thu Aug 13 16:03:39 2020 +0800 customize 404 and home background --- overrides/404.html | 2 +- overrides/home.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/overrides/404.html b/overrides/404.html index 9d0a73a..da2844e 100755 --- a/overrides/404.html +++ b/overrides/404.html @@ -6,7 +6,7 @@ <!-- 添加Apache校验项开始 --> <!-- 只加a标签和img标签,不要有其余的标签出现,同时设置style="display: none" --> <a style="display: none" href="http://www.apache.org/events/current-event">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the comple [...] -<img style="display: none" src="http://dubbo.apache.org/img/apache_logo.png"/> +<img style="display: none" src="http://dubbo.apache.org/en-us/img/apache_logo.png"/> <ul style="display: none"> <p class="header">ASF</p> <li><a href="http://www.apache.org">Foundation</a></li> diff --git a/overrides/home.html b/overrides/home.html index 4b8c91b..c6b4503 100755 --- a/overrides/home.html +++ b/overrides/home.html @@ -19,7 +19,8 @@ This file was automatically generated - do not edit .tx-container { padding-top: 1rem; - background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%) + /*background: linear-gradient(to bottom, var(--md-primary-fg-color), #04c0c6 99%, #fff 99%)*/ + background: linear-gradient(to bottom, var(--md-primary-fg-color), hsla(280deg, 67%, 55%, 1) 99%, #fff 99%) } .tx-hero {
