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;
+ }