body {
    background: #e9e9e9 !important;
}

.status-text a,
.back-link,
.new-count,
.sidebar-list a.selected,
.sidebar-list a:hover,
.status-action:hover,
.reply-to-link:hover,
.post-source a:hover,
.post-stat-link:hover,
.status-content a:not(.post-link-overlay):hover,
.notification-content a:not(.post-link-overlay):hover,
div#trending-container.sidebar-module div a,
.new-conversation-item .message-name,
.conversation-header a,
.profile-info .website a,
.profile-info .bio a,
.single-post-text a,
.translate-link  {
    color: #4285F4 !important;
}

.send-message-button,
.delete-account-button,
.profile-info h1 {
    color: black;
}

button,
button.save-button {
    height: 28px;
    line-height: 0px;
}

input[type="text"]:not(#search-query),
input[type="password"] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.notification-summary {
    margin-bottom: 6px !important; 
}

.notification-post-text {
    margin-bottom: 4px !important;
}

.notification-profile {
    margin-right: 4px;
}

.notification-avatar {
    width: 32px;
    height: 32px;
}

.conversation-partner-avatar,
.sidebar-profile-picture,
.edit-avatar-preview,
.profile-picture,
.message-avatar,
.user-avatar {
    border-radius: unset;
}

.media-icon-button {
    padding: 6px;
}

.suggestion-avatar {
    height: 32px;
    width: 32px;
    margin-right: 8px
}

.footer a[href="/"]::before {
    content: "+You";
    left: -1px;
    width: 1048576px;
}