/* ==UserStyle==
@name           hjonk mods - Mobile - Dark theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Self explanatory name strikes again!
@author         ZiF :: sophi3
==/UserStyle== */

@-moz-document url-prefix("https://hjonk.me/m") {
    body {
        background: #2B2A33;
        color: #fff;
    }
    
    a {
        color: #6ea8fe;
    }
    
    .header, .create-post-textarea, input, .emoticon-add {
        background: #1F1E25;
        color: #fff;
    }
    
    .post {
        border-bottom: 2px solid #1F1E25;
    } #like-count, .reweet-count, .comment-count {
        color: #fff;
    } .post-metrics {
        background: none;
    }
    
    .dropdown-icon {
        filter: invert(100%);
    }
    .dropdown ul {
        background: #2B2A33!important;
    } .dropdown ul * {
        color: #fff!important;
    }
}