.starfield {
    --aug-border-bg: #AA0000;
    --aug-border-all: 2px;
}

.postprofile {
    --aug-l: 10px;
    --aug-l-extend1: 30%;
    --aug-r: 10px;
    --aug-r-extend1: 30%;
    --aug-border-bg: #AA0000;
    --aug-inlay-bg: #000;
    --aug-border-all: 2px;
}

.postbody {
    filter: drop-shadow(0px 0px 2px #AA0000);
}

.postbody-inner {
    --aug-l: 10px;
    --aug-l-extend1: 30%;
    --aug-r: 10px;
    --aug-r-extend1: 30%;
    --aug-border-bg: #AA0000;
    --aug-inlay-bg: #1f2327;
    --aug-border-all: 1px;
}

.postbody .post_content {
    filter: none;
}