:root {
    --sidebar-target-width: 250px;
}

.content h2 {
    color: var(--sidebar-active);
}

.content strong {
    color: var(--search-mark-bg);
}

.content a {
    color: var(--links);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s;
}

.content a:hover {
    text-decoration-color: var(--links);
}

.content hr {
    border-color: var(--sidebar-active);
    opacity: 0.3;
}
