added drawing to blog post 2026/0205
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user