fix: about page background
This commit is contained in:
parent
cd69a97792
commit
0435a2193f
2 changed files with 2 additions and 2 deletions
|
@ -7102,7 +7102,7 @@ a:is(.active,
|
||||||
.app-body .about__section.active .about__section__title {
|
.app-body .about__section.active .about__section__title {
|
||||||
border-radius: 8px 8px 0 0;
|
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;
|
border: 0 !important;
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
|
|
|
@ -7102,7 +7102,7 @@ a:is(.active,
|
||||||
.app-body .about__section.active .about__section__title {
|
.app-body .about__section.active .about__section__title {
|
||||||
border-radius: 8px 8px 0 0;
|
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;
|
border: 0 !important;
|
||||||
background-color: var(--color-content-secondary-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
border-radius: 0 0 8px 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue