added new devlog

This commit is contained in:
2025-04-27 19:24:41 +02:00
parent 972efca6af
commit 7155896fff
14 changed files with 123 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
} = $props();
</script>
<ul>
<ul class="styled-list">
{#each entries as entry}
<li>
<a href={entry.link}>
@@ -26,23 +26,7 @@
</ul>
<style>
ul {
padding: 0;
}
li::before {
content: "";
color: var(--color-highlight);
padding-right: 8px;
}
li {
display: flex;
padding-left: 0;
margin-top: 4px;
margin-bottom: 4px;
transition: background-color 0.2s ease-in-out;
padding: 2px 12px;
--notch-size-link: 10px;
clip-path: polygon(
0% var(--notch-size-link),