@media (prefers-color-scheme: dark) {
html {
background: #444444 !important;
}
.card-line {
background: #0a0a0a !important;
}
.btn {
color: #ffb86c !important;
background: #444;
}
}
html {
margin: 0;
padding: .5em;
background: #eeea;
}
.card-line {
background: #beeaea;
}
.date-heading {
transform: translate(-6.5em, 0.55em);
margin: 0;
padding: 0;
position: absolute;
}
a, .dt-published, .date-link, .u-url, .u-bookmark-of {
text-decoration: underline;
text-decoration-color: rgba(0, 0, 0, 0.25) !important;
transition: 0.2s ease;
}
a:hover, .dt-published:hover, .date-link:hover, .u-url:hover, .u-bookmark-of:hover {
text-decoration-color: inherit !important;
transition: none;
}
.h-entry {
margin-top: 15px;
}
.about-post {
margin-top: 5px !important;
}
.mycomarkup-doc {
margin-top: 5px !important;
}