Dark theme for ease theme
Last updated on
<style type='text/css'>
.gh-content a {
color: #8d80cb;
}
pre, :not(pre)>code {
background-color: rgb(31 41 55/1);
}
a, h1, h2, h3, p, ul, code, :not(pre)>code {
color: white;
}
.gh-burger {
background-color: white;
}
body, .post-tag, .gh-head, .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
background-color: var(--color-darker-gray);
}
.gh-foot a:hover {
color: white;
opacity: 1;
}
</style>