refactor: remove border-top

This commit is contained in:
kenjis 2024-03-15 10:54:51 +09:00
parent 2f009ca5e2
commit 50409e80fc
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -67,7 +67,6 @@ p.lead {
.environment {
background: var(--dark-bg-color);
color: var(--light-text-color);
border-top: 1px solid #e7e7e7;
text-align: center;
}