From e047354a6525ea1977b606659da7d00ee8629bda Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Tue, 10 Aug 2021 11:28:41 +0800 Subject: [PATCH] Change comment border color (#4378) --- docs/_sass/_gitment.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_sass/_gitment.scss b/docs/_sass/_gitment.scss index 6d3e4e119..7d3bc38ae 100644 --- a/docs/_sass/_gitment.scss +++ b/docs/_sass/_gitment.scss @@ -141,7 +141,7 @@ a.gitment-header-issue-link:hover { .gitment-comment-main, .gitment-editor-main { position: relative; - border: 1px solid #CFD8DC; + border: 1px solid #181A1F; border-radius: 0; } @@ -164,7 +164,7 @@ a.gitment-header-issue-link:hover { .gitment-editor-main::before, .gitment-comment-main::before { border-width: 8px; - border-right-color: #CFD8DC; + border-right-color: #181A1F; } .gitment-editor-main::after, @@ -185,7 +185,7 @@ a.gitment-header-issue-link:hover { .gitment-editor-header { padding: 0; margin: 0; - border-bottom: 1px solid #CFD8DC; + border-bottom: 1px solid #181A1F; } a.gitment-comment-name, @@ -222,7 +222,7 @@ a.gitment-comment-name:visited { .gitment-editor-tab.gitment-selected { color: #333; background-color: #fff; - border-color: #CFD8DC; + border-color: #181A1F; } .gitment-editor-login { @@ -376,7 +376,7 @@ a.gitment-editor-footer-tip:hover { .gitment-comments-page-item { display: inline-block; cursor: pointer; - border: 1px solid #CFD8DC; + border: 1px solid #181A1F; margin-left: -1px; padding: .25rem .5rem; }