ñ̴̥o̴t̶͎h̵ï̸̘n̷̩ģ̸̥ ̵̳ẗó̶̡ ̴̫͔ś̷̗e̶ė

CSS style for mataroa blog

My "theme" for Mataroa blog, this is how I see it:

2026-05-03 07_55_42-ñ̴̥o̴t̶͎h̵ï̸̘n̷̩ģ̸̥ ̵̳ẗó̶̡ ̴̫͔ś̷̗e̶ė - Iron.png

@-moz-document domain("mataroa.blog") {

    :root {

        background-image: url('https://mataroa.blog/images/6561e3cb.png');
        background-color: #000;
        color-scheme: dark;
        --dark-mode-color: #000;

        line-height: 1.8;
    }

    main {

        max-width: 70rem;
    }

    nav {

        font-size: 24px;

        max-width: 70rem;
        text-align: center;

        margin-top: 10px;
        margin-left: auto;
    }

    div {

        margin-bottom: 4px;
    }

    .alert-success {

        text-align: center;
        font-size: 26px;
        color: #FF0;

        margin: 1px 0;

        border-bottom: 2px solid #FF0;
        border-top: 2px solid #FF0;
    }

    .posts-item-brand {
        margin-bottom: 4px;
    }

    .posts-item-title {
        margin: 2px 0;
    }

    .posts li {

        margin-bottom: 15px;

        font-size: 22px;
    }

    h1 {

        margin: 4px 0px;

        padding-bottom: 2px;
    }

    p {

        margin-top: 8px;
        margin-bottom: 15px;

        font-size: 20px;
    }

    .posts-item-byline {

        margin-bottom: 68px;
    }

    textarea {

        width: 70rem;
        height: 200px;

    }

    .posts-item-body img {

        margin-top: 35px;
        margin-bottom: 30px;
    }

    pre {

        margin-top: 30px;
        margin-bottom: 20px;
    }

    .comments-title {
        margin-bottom: 30px;
    }


    .dashboard-list {

        margin: 0.7rem 0;
        line-height: 1.6;
    }

    .posts {

        margin: 15px 10px;
    }

    .dashboard-cta {

        margin-bottom: 40px;
    }

    input[type="text"] {

        width: 70rem;
    }

    button {

        margin-top: 5px;
    }

    .posts-item-body {

        margin: 0px 10px;
    }


    .comments-body {

        margin-bottom: 50px;
        margin-top: 12px;
    }

    input[type="url"], input[type="email"], input[type="password"] {
        width: 70rem;
    }

    input {

        margin: 10px auto;
    }

    .comments {

        max-width: 70rem;
    }

    .byline {

        margin: 5px 0 60px;
    }

    input[type="submit"] {

        text-align: center;

        margin-top: 2px;
    }

    footer {

        max-width: 70rem;
        text-align: center;

        margin-left: auto;
    }

    .images-grid {

        max-width: 73%;
    }
}

Use Stylus plugin, if you want to check this out... Also, fuck stylus plugin - it deleted my previous theme on it's own, has to remade from scratch. Prob gonna tweak it later, but honestly it got much better this time.

Thoughts? Leave a comment