diff --git a/bookface - loma/dark/bookface_dark.css b/bookface - loma/dark/bookface_dark.css index 709a71b..0941cc6 100644 --- a/bookface - loma/dark/bookface_dark.css +++ b/bookface - loma/dark/bookface_dark.css @@ -256,6 +256,13 @@ header #banner #logo-img, background-color: var(--nav-bg) !important; } +.account .dropdown-menu li a i { + margin-right: 10px; + font-size: 18px; + display: inline-block; + width: 14px; +} + .contact-entry-desc { color: #b0b3b8; } @@ -846,6 +853,10 @@ aside .widget li:hover { -webkit-box-shadow: none !important; } +.comment-fake-form, .wall-item-comment-wrapper { + border-top: 1px solid rgb(37, 39, 40); +} + .wall-item-actions button { font-size: 20px !important; color: #B0B3B8 !important;