Skip to content

Commit

Permalink
Adjustment to rules list
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Mar 21, 2024
1 parent 3d88fb3 commit d560d29
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
13 changes: 12 additions & 1 deletion TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
13 changes: 12 additions & 1 deletion TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d560d29

Please sign in to comment.