switched latest devlog to markdown approach

This commit is contained in:
2025-12-04 22:15:12 +00:00
parent c589b68013
commit 82e827a82c
40 changed files with 173 additions and 22 deletions

View File

@@ -87,17 +87,17 @@
line-height: 1.8rem;
font-weight: 400;
}
.styled-list {
ul {
padding: 0;
}
.styled-list li::before {
li::before {
content: "";
font-weight: 900;
color: var(--color-highlight);
padding-right: 8px;
}
.styled-list li {
li {
display: flex;
padding-left: 0;
margin-top: 4px;
@@ -105,7 +105,7 @@
transition: background-color 0.2s ease-in-out;
padding: 2px 12px;
}
.styled-list li a {
li a {
display: inline;
}