From d560d298d3075aa7dc7669f007e02b84ffb3213a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Thu, 21 Mar 2024 02:34:56 +0100 Subject: [PATCH] Adjustment to rules list --- TangerineUI-cherry.css | 13 ++++++++++++- TangerineUI-purple.css | 13 ++++++++++++- TangerineUI.css | 13 ++++++++++++- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 4955c16..8c4a424 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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 { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 6774146..10bdfa4 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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 { diff --git a/TangerineUI.css b/TangerineUI.css index 1ee175e..f38738c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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 {