Midnight Pub

A Midnight Pub Custom CSS

~woland

/* 
Original Midnight Pub CSS modified by Woland
This is a tokyo night/solarized-ish theme with an orange tint
I have made the editor height larger
Usage: add the code to ->Account -> Theme


.editor { height: 800px; }
.reply .reply { padding-left: 40px; }

body {
    background-color: #1d252c;
    margin: 0px auto;
    padding: 8px;
    max-width: 600px;
    color: #fff
}

textarea, input[type=text], input[type=password] { font-size: inherit; font-family: inherit; background-color: white; color: #000000; }

textarea {
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #262626;
    color: #ebdbb2;
}

blockquote { font-style: monospace; }

pre { color: #e2a478; }
h1, h2, h3 { color: #e2a478; }
a:visited { color: green;}
a:link { color: #4285f4; }
p {color: #ebdbb2;}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #1d252c;
        color: #fff;
    }
    h1, h2, h3 { color: red; }
    textarea, input[type=text], input[type=password] { background-color: #000000; }
    a:visited { color: #b4be82;}
    a:link { color: #7aa2f7; }
    pre { color: #e2a478; }
    p {color: #ebdbb2;}

}

Write a reply

Replies

~bloatedloaf wrote (thread):

it looks really good!

~fiolajane wrote (thread):

Lovely! Thank you for sharing =)

~enderasg wrote (thread):

this looks quite nice!

~yuke wrote (thread):

thank you !

~m15o wrote (thread):

This looks great!