html {
    background: none !important;
    background-color:#efeded !important;

}
body {
    color:#333 !important;
}
p {
    color:#333 !important;
}
.year-stats {
    color: #00a75f;
}
.year-stats h3 {
    color:inherit;
}
button, .button {
    background-color: #00a75f;
}
.day-sum {
    border-top-color: #00a75f;
}
aside a {
    color:#00a75f;
}
aside a svg {
    filter:invert(1);
}
.logo {
    display: flex;
    align-items: center;
    font-size:.7em;
    text-decoration: none;
    padding:.5em 2.5rem;
}
.logo img {
    width:2em;
    opacity: .5;
    margin:0 .5em;
}