body {
    font-size: 1rem;
}

body * {
    font-size: 1rem;
}

.logo a, .logo a * {
    font-size: 1.5rem;
}

.tag-tbc, .tag-todo {
    color: #f3722cff;
}

.first-entry.home-info {
    margin: 0;
}

.post-content h1+blockquote,
.post-content h2+blockquote,
.post-content h3+blockquote,
.post-content h4+blockquote,
.post-content h5+blockquote {
    margin: -20px 0 20px 0;
}

.post-content ul ul {
    margin-bottom: 0;
}

.post-content a {
    box-shadow: 0 1px #666666;
}


blockquote {
    font-style: italic;
}

blockquote em {
    font-weight: bold;
}

a.footnote-ref * {
    color: #90be6dff !important;
}

a.footnote-ref::before {
    content: '[';
}

a.footnote-ref::after {
    content: ']';
}

#top-link {
    z-index: 100;
}

#top-link * {
    z-index: inherit;
}

.littlefoot aside * {
    z-index: inherit;
}

.littlefoot aside {
    z-index: 9000;
}

.littlefoot aside .littlefoot__tooltip {
    z-index: 1;
}

.littlefoot * {
    color: #577590ff;
}

.littlefoot__button {
    background-color: #333;
}

.littlefoot__button.is-active {
    background-color: #577590ff;
}

.littlefoot__button svg circle {
    fill: #666
}

.littlefoot__content p {
    margin: 1rem;
}