.post {

}

body {
    background-color: #fff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.site-title a:link,
.site-title a:visited,
.site-title a:hover
{ color: black; }

[data-bs-color-scheme=dark] .site-title a:link,
[data-bs-color-scheme=dark] .site-title a:visited,
[data-bs-color-scheme=dark] .site-title a:hover
{ color: white; }

.post-header button {
    background-color: transparent;
    border: none;
}

button.dark {
}

.section {
}
.section-blog {
}
