home.social

#00e — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #00e, aggregated by home.social.

  1. @TheServitor @MikeFromLFE @rufovillosum @FiddleSix @0xabad1dea I went and looked at my blog and realized that I, too, was an offender, because I stupidly accepted the WordPress defaults. This was a big help:

    #content {
    width: 40em;
    padding: 1em;
    font-size: 16px;
    }

    #wrap {
    width: 960px;
    }

    body {
    color: #000;
    }

    a:link {
    color: #00e;
    }

    a:visited {
    color: purple;
    }

    a:hover {
    color: red;
    }

    a:active {
    color: #ff70e0;
    }