Rentry Darkmode Userstyle


For use with Stylus or similar plugins. Changing between the "Text" "Preview" and "How" boxes will still produce a white flash.

@import url('https://fonts.googleapis.com/css?family=Montserrat'); /*Google Fonts Import*/

*{
    font-family:"Montserrat"; /*Font Type*/
    color: #fff !important; /*Font Color*/
}

body, div[class="cold-12 px0"], td{
    background-color:#242424 !important; /*Page Background Color*/
}

article, div[class*="entry-text"], div[class*="CodeMirror-scroll"], #text-tab, #preview-tab, #how-tab, #preview-inner, .edit-code, input{
        background-color: #2a2a2a !important; /*Content Background Color*/
}

hr{
    border-top:1px solid #e788f9; /*Horizontal Rule Color (*** in Rentry code) */
}

a{
    color:#e788f9 !important; /*Link Color*/
}

.btn, .btn-light{
    background-color: #3e3d3d !important; /*Button Base Color*/
}

.btn-light:hover{
    background-color: #4f4e4e !important; /*Button Hover Color*/
}
Edit
Pub: 15 Dec 2020 02:28 UTC
Edit: 15 Dec 2020 02:30 UTC
Views: 128