artemis

art "semaphore" everfree

serotonergic daydream

prismatic swarm

fractal multitudes

evershifting

theta delta ampersand

bi/pan/poly

this user is a furry


Do you talk to the computer as if it could hear you? Does it ever talk back?



write.as is a blogging platform. they let you put a custom css onto your blog

this is a hack i threw together earlier tonight. and idk the "correct" way to do write.as themes. so not really refined, just good enough to look alright to me! ignore the comic sans that's just my browser settings

this red isn't actually accurate to real cohost-red. It's based on the cohost-red processed thru the dark reader extension, which is what i usually see when im on cohost. I think it probably works better as a far-background color than the brighter one though

article {
    /* change to #000000 to match cohost dark theme */
    background-color: #0e0f10;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 10px;
}

body {
    /* change to #83254f to match cohost red */
    background-color: #50102d;
    color: rgb(255, 232, 198);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(255, 232, 198) !important;
}

/* these two are for the top left nav that is
    only there for the author */
body > nav > ul > li > ul {
    background-color: #0e0f10 !important;
}
body > nav > ul > li > ul > * {
    background-color: #0e0f10 !important;
}

a {
    color: #f2d3ab !important;
    text-decoration: underline !important;
}

a:visited {
    color: #f2d3ab !important;
    text-decoration: underline !important;
}

You must log in to comment.