From b93b7858627ef8412af92bfe7f502faee0e90f4b Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 29 Jul 2026 16:40:32 +0500 Subject: [PATCH] Restore media hiding and AI rewrite preview --- src/vk_parser_app/templates/base.html | 9 ++++- src/vk_parser_app/templates/editor_post.html | 37 +++++++++++++++----- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/src/vk_parser_app/templates/base.html b/src/vk_parser_app/templates/base.html index ec071e6..77d6b2e 100644 --- a/src/vk_parser_app/templates/base.html +++ b/src/vk_parser_app/templates/base.html @@ -98,7 +98,14 @@ --app-error: 239 68 68; --app-error-bg: rgba(239, 68, 68, 0.1); } - :root:not(.dark) .text-white { color: rgb(var(--app-text-main)) !important; } + :root:not(.dark) .text-white, + :root:not(.dark) .hover\:text-white:hover { + color: rgb(var(--app-text-main)) !important; + } + :root:not(.dark) .hover\:bg-app-primary:hover.hover\:text-white, + :root:not(.dark) .hover\:bg-app-error:hover.hover\:text-white { + color: #fff !important; + }