0
0

fix: about page background

This commit is contained in:
オスカー、 2024-09-28 18:52:36 +09:00
parent cd69a97792
commit 0435a2193f
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 2 additions and 2 deletions

View File

@ -7102,7 +7102,7 @@ a:is(.active,
.app-body .about__section.active .about__section__title {
border-radius: 8px 8px 0 0;
}
.app-body .about__section.active:not(:nth-of-type(3)) .about__section__body {
.app-body .about__section.active:not(:nth-of-type(2)) .about__section__body {
border: 0 !important;
background-color: var(--color-content-secondary-bg);
border-radius: 0 0 8px 8px;

View File

@ -7102,7 +7102,7 @@ a:is(.active,
.app-body .about__section.active .about__section__title {
border-radius: 8px 8px 0 0;
}
.app-body .about__section.active:not(:nth-of-type(3)) .about__section__body {
.app-body .about__section.active:not(:nth-of-type(2)) .about__section__body {
border: 0 !important;
background-color: var(--color-content-secondary-bg);
border-radius: 0 0 8px 8px;