style: добавил custom.css для VK комментариев под dark тему

This commit is contained in:
2026-02-20 13:29:42 +00:00
parent dacf5e6e60
commit 44d254f1db
2 changed files with 17 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
/* VK Comments wrapper для dark темы Blowfish */
.vk-comments-wrap {
background: rgb(var(--color-neutral-900));
color: rgb(var(--color-neutral-50));
border: 1px solid rgb(var(--color-neutral-700));
border-radius: 12px;
padding: 24px;
margin-top: 3rem;
margin-bottom: 4rem;
}
#vk_comments {
width: 100% !important;
}