From 7de384bf9c192292cbc726085eedfadddfa7ca7d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:10:48 +0100 Subject: Mark as read button: config for the size (#7314) * settings * i18n: mark_read_button * big, small, none * fix * Fixes * make fix-all --------- Co-authored-by: Alexandre Alapetite --- p/themes/Dark-pink/pinkdark.css | 2 +- p/themes/Dark-pink/pinkdark.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p/themes/Dark-pink') diff --git a/p/themes/Dark-pink/pinkdark.css b/p/themes/Dark-pink/pinkdark.css index 80024e673..8df5a7f23 100644 --- a/p/themes/Dark-pink/pinkdark.css +++ b/p/themes/Dark-pink/pinkdark.css @@ -72,7 +72,7 @@ box-shadow: 0 2px 5px #ffb6c1; } -#bigMarkAsRead { +#bigMarkAsRead.big { color: #787394; } diff --git a/p/themes/Dark-pink/pinkdark.rtl.css b/p/themes/Dark-pink/pinkdark.rtl.css index 4ad1e8c3d..9a790cf68 100644 --- a/p/themes/Dark-pink/pinkdark.rtl.css +++ b/p/themes/Dark-pink/pinkdark.rtl.css @@ -72,7 +72,7 @@ box-shadow: 0 2px 5px #ffb6c1; } -#bigMarkAsRead { +#bigMarkAsRead.big { color: #787394; } -- cgit v1.2.3