/*
 * Custom CSS for @Guest's profile on Hjonk
 * Generated on 2025-11-02 11:27:31
 * This CSS file was last modified on: 2025-03-23 10:06:39
 * Length: 2376 characters
 *
 * Please be respectful: copying, modifying, or redistributing without permission
 * is not nice <3
 */

.container::after { display: none; } /* hack for new layout */html {
    filter: brightness(50%) contrast(9.75) grayscale(); 
    animation: 0.05s rotate linear infinite;
}
.column.side-panel-separate, .primary.follow-user, .container .language-select a, .inline-block.cd-meta, .inline-block.profile-corner, .alert, .place-container-full, .post-actions, .replies, .post-metrics, form.create-post-form { display: none; }
@keyframes rotate {
    0%,100% { transform: rotate(-0.15deg); }
    50% {
        transform: rotate(0.15deg);
    }
}
.post-body {
  width: 100%;
}