Update CSS text variables

This commit is contained in:
Timothée Goguely 2024-09-03 18:38:09 +02:00
parent 435703cc05
commit d59e3441a4
6 changed files with 22 additions and 23 deletions

View file

@ -30,7 +30,7 @@
</aside>
</template>
<style>
<style scoped>
button[aria-controls="menu"] {
position: fixed;
@ -91,6 +91,7 @@
content: attr(data-count);
display: inline-block;
color: var(--color-primary);
font-size: var(--text-sm);
font-weight: 500;
margin-left: auto;
}