chord importing

This commit is contained in:
2023-07-05 17:30:05 +02:00
parent 1f99835a4e
commit c1c0193dae
16 changed files with 94 additions and 454 deletions

View File

@@ -5,7 +5,7 @@
</script>
<nav>
<h1>dot i/o</h1>
<a href="/" class="title">dot i/o</a>
<div class="steps">
<a href={base} title="CPM - characters per minute" class="icon train cpm">music_note</a>
@@ -45,9 +45,13 @@
width: 100%;
}
h1 {
.title {
margin-block: 0;
font-size: 1.5rem;
font-weight: bold;
color: var(--md-sys-color-primary);
text-decoration: none;
}
.icon {