index — crispy-website @ aa2e22921066cf4ed3e4175f4aa8db854a26f1ef

My personal homepage (very crispy)

static/global.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
body {
    font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
    line-height: 1.6;

    background-color: #1e2021;
    color: #c8c3bc;

    justify-content: center;
    align-items: flex-start;

    min-height: 100vh;
    padding: 2em;
}