You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2021/10/28 12:07:40 UTC

[incubator-linkis-website] 11/50: FIX: 调整访问过链接的颜色

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git

commit 7ef9b63ade48ea75f07bbf2a44ffad8ffd2638e5
Author: lucaszhu <lu...@webank.com>
AuthorDate: Thu Sep 30 15:23:24 2021 +0800

    FIX: 调整访问过链接的颜色
---
 src/style/base.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/style/base.less b/src/style/base.less
index c4926ca..f44d3b9 100644
--- a/src/style/base.less
+++ b/src/style/base.less
@@ -36,6 +36,10 @@ a {
   text-decoration: none;
 }
 
+a:visited {
+  color: @enhance-color;
+}
+
 .ctn-block {
   width: 1200px;
   padding: 0 20px;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org