From 6e71437fe892a82c9ce2317458369be65a07b2ba Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Mon, 19 Jan 2026 01:41:43 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 940ecf8 --- src/css/injected.scss | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 403e930a..d0c81e9b 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -2206,7 +2206,6 @@ div.bar.flat { border-radius: 12px !important; border: none !important; box-shadow: none !important; - color: #fff !important; padding: 16px !important; margin: 0 !important; height: 100% !important; @@ -3436,7 +3435,6 @@ div.day-empty { font-size: 0.75rem; font-weight: 500; color: #9a3412; - background-color: #ffedd569; border-radius: 9999px; border: 1px solid rgba(253, 186, 140, 0.3); background-color: #ffedd5; @@ -3813,7 +3811,7 @@ div.day-empty { font-size: 20px !important; // Nice middle ground - not too big, not too small font-weight: 600 !important; color: var(--text-primary) !important; - margin: 0 0 12px 0 !important; + margin: 0 0 12px !important; line-height: 1.3 !important; flex-shrink: 0; } @@ -3925,7 +3923,6 @@ button.notice-close-btn { align-items: center; justify-content: center; cursor: pointer; - font-size: 18px; color: var(--text-primary); transition: all 0.2s ease !important; flex-shrink: 0; @@ -3983,13 +3980,13 @@ button.notice-close-btn { font-size: 24px; font-weight: 600; color: var(--text-primary); - margin: 16px 20px 20px 20px; + margin: 16px 20px 20px; line-height: 1.3; flex-shrink: 0; } .notice-modal-body { - padding: 0 20px 20px 20px; + padding: 0 20px 20px; font-size: 15px; line-height: 1.6; color: var(--text-secondary); @@ -4070,11 +4067,11 @@ button.notice-close-btn { .notice-modal-title { font-size: 20px; - margin: 12px 16px 16px 16px; + margin: 12px 16px 16px; } .notice-modal-body { - padding: 0 16px 16px 16px; + padding: 0 16px 16px; } .notice-card {