added drawing to blog post 2026/0205

This commit is contained in:
2026-02-06 18:50:58 +01:00
parent 6fd20e5243
commit 7c85800a83
5 changed files with 45 additions and 17 deletions

View File

@@ -394,6 +394,20 @@
}
/* #endregion */
.date-marker {
font-size: 1rem;
font-weight: 700;
line-height: 1rem;
width: fit-content;
margin: 0;
padding: 0;
color: var(--color-text-dark);
background-color: var(--color-highlight);
font-family: var(--font-sans-serif);
padding: 4px;
}
@media screen and (max-width: 800px) {
/* h1 {
font-size: 2.3rem;