body{
    background-color: rgb(74, 21, 131);
    background-image: url('/img/backgrounds/skull.jpg');
    background-size: 300px;
    background-repeat: repeat;
}
.wrapper{
    background-color: var(--background-color);
    padding: 1rem;
    display: flex;
    flex-direction: row;
    padding: 0;
}
hr{
    margin: 1rem 0;
}
#postlist{
    list-style-type: none;
}
#content{
    padding: 10px;
    width: 100%;
}
ul{
    list-style: none;
    list-style-type: none;
}
#updateslist li{
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.5rem 0 0.5rem 0;

    display: block;
    border-top: solid black 1px;
}
#updateslist .updatetitle{
    font-weight: 600;
}
#updateslist .date{
    font-style: italic;
    font-size: 12px;
}
#updateslist .date::before{
    content: ">> ";
    font-style: italic;
    font-size: 12px;
}