diff --git a/docs/css/custom.css b/docs/css/custom.css index a841f4b..5166e7f 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -879,14 +879,13 @@ .comments__title { font-size: 1.15rem; font-weight: 700; - margin-bottom: 1.2rem; + margin-bottom: 2rem; } .comments__login-msg { font-size: 0.9rem; - margin-bottom: 1.2rem; + margin-bottom: 2.55rem; color: var(--foreground-color3, #888); - padding-top: 0.06rem; } .comments__empty { @@ -1005,17 +1004,16 @@ .comment { margin-bottom: 0.85rem; - padding: 0.75rem 0.9rem 0 0.9rem; - border: 1px solid var(--background-color1, #e0e0e0); - border-radius: 6px; + padding: 0.75rem 0.75rem 0.1rem 0.75rem; background: var(--background-color); + border-left: 1.2px solid var(--foreground-color3); + border-radius: 3.1px; } .comment--reply { margin-top: 0.7rem; margin-left: 1.5rem; - border-left: 3px solid var(--accent-color); - border-radius: 0 6px 6px 0; + padding-bottom: 0.3rem; } .comment__meta { diff --git a/static/css/custom.css b/static/css/custom.css index a841f4b..5166e7f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -879,14 +879,13 @@ .comments__title { font-size: 1.15rem; font-weight: 700; - margin-bottom: 1.2rem; + margin-bottom: 2rem; } .comments__login-msg { font-size: 0.9rem; - margin-bottom: 1.2rem; + margin-bottom: 2.55rem; color: var(--foreground-color3, #888); - padding-top: 0.06rem; } .comments__empty { @@ -1005,17 +1004,16 @@ .comment { margin-bottom: 0.85rem; - padding: 0.75rem 0.9rem 0 0.9rem; - border: 1px solid var(--background-color1, #e0e0e0); - border-radius: 6px; + padding: 0.75rem 0.75rem 0.1rem 0.75rem; background: var(--background-color); + border-left: 1.2px solid var(--foreground-color3); + border-radius: 3.1px; } .comment--reply { margin-top: 0.7rem; margin-left: 1.5rem; - border-left: 3px solid var(--accent-color); - border-radius: 0 6px 6px 0; + padding-bottom: 0.3rem; } .comment__meta {