Adjustment to rules list

This commit is contained in:
Niléane 2024-03-21 02:34:56 +01:00
commit d560d298d3
No known key found for this signature in database
3 changed files with 36 additions and 3 deletions

View file

@ -6601,8 +6601,19 @@ a:is(.active,
.about__section.active .about__section__title {
background-color: var(--color-accent-bg);
}
.app-body .rules-list__text,
.app-body .rules-list__hint {
color: var(--color-content-fg);
}
.app-body .rules-list__text {
font-weight: 600;
}
.app-body .rules-list__hint {
opacity: .7;
padding-top: 4px;
}
.app-body .rules-list li {
border-bottom: 1px solid var(--color-accent-lines);
border-bottom: 1px solid var(--color-lines);
padding: 1em 1.75em 1em 3.4em;
}
.app-body .rules-list li:last-child {

View file

@ -6601,8 +6601,19 @@ a:is(.active,
.about__section.active .about__section__title {
background-color: var(--color-accent-bg);
}
.app-body .rules-list__text,
.app-body .rules-list__hint {
color: var(--color-content-fg);
}
.app-body .rules-list__text {
font-weight: 600;
}
.app-body .rules-list__hint {
opacity: .7;
padding-top: 4px;
}
.app-body .rules-list li {
border-bottom: 1px solid var(--color-accent-lines);
border-bottom: 1px solid var(--color-lines);
padding: 1em 1.75em 1em 3.4em;
}
.app-body .rules-list li:last-child {

View file

@ -6601,8 +6601,19 @@ a:is(.active,
.about__section.active .about__section__title {
background-color: var(--color-accent-bg);
}
.app-body .rules-list__text,
.app-body .rules-list__hint {
color: var(--color-content-fg);
}
.app-body .rules-list__text {
font-weight: 600;
}
.app-body .rules-list__hint {
opacity: .7;
padding-top: 4px;
}
.app-body .rules-list li {
border-bottom: 1px solid var(--color-accent-lines);
border-bottom: 1px solid var(--color-lines);
padding: 1em 1.75em 1em 3.4em;
}
.app-body .rules-list li:last-child {