From dec437aa46a644fb1b3cedc9afe4503c44e15308 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Feb 2023 13:32:11 +0100 Subject: Increase theme compatibility Try to use CSS variable as much as possible --- client/src/app/shared/shared-main/misc/help.component.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/src/app/shared/shared-main/misc') diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index f7a7fea55..6ccef9f2c 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss @@ -23,12 +23,8 @@ max-width: 300px; .popover-body { - font-family: $main-fonts; - text-align: start; padding: 10px; font-size: 13px; - background-color: pvar(--mainBackgroundColor); - color: pvar(--mainForegroundColor); border-radius: 3px; p { @@ -37,6 +33,7 @@ ul { @include padding-left(20px); + margin-bottom: 0; } } -- cgit v1.2.3