This paste expires on 2023-05-29 03:33:21.553811. Repaste, or download this paste. . Pasted through web.

#footer {
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 45px;
    justify-content: center
}
#footer button {
    border-radius: 5px;
    color: #b7c5d1;
    display: inline-block;
    height: 100%;
    width: 45px
}
#footer .help.notified:after {
    background: #415364;
    background: var(--body-bg-color);
    border-radius: 50%;
    bottom: 10px;
    color: #50a656;
    color: var(--link-color);
    content: "\f021";
    font-size: 10px;
    padding: 2px;
    position: absolute;
    right: 7px
}
Filename: None. Size: 559b. View raw, , hex, or download this file.