Fix superfluous border & spacing in domains list

This commit is contained in:
diondiondion 2025-11-17 12:23:01 +01:00
parent 284b46fee7
commit 446d5e4e8e
2 changed files with 4 additions and 4 deletions

View File

@ -327,9 +327,9 @@ $content-width: 840px;
font-weight: 700; font-weight: 700;
color: $primary-text-color; color: $primary-text-color;
text-transform: none; text-transform: none;
padding-bottom: 0; padding-top: 0;
margin-bottom: 0; margin-bottom: 0;
border-bottom: 0; border-top: 0;
.comment { .comment {
display: block; display: block;

View File

@ -319,9 +319,9 @@ $content-width: 840px;
font-weight: 700; font-weight: 700;
color: var(--color-text-primary); color: var(--color-text-primary);
text-transform: none; text-transform: none;
padding-bottom: 0; padding-top: 0;
margin-bottom: 0; margin-bottom: 0;
border-bottom: 0; border-top: 0;
.comment { .comment {
display: block; display: block;