update styling

This commit is contained in:
2023-04-30 13:07:43 +02:00
parent fc65393dc7
commit 787b5a4cb8
6 changed files with 75 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ const references = computed<Note[]>(() => {
</script>
<template>
<div class="flex flex-col">
<h1 class="mb-2 flex items-center rounded-md text-3xl hover:bg-gray-200">
<h1 class="mb-2 flex items-center rounded-md font-semibold text-3xl hover:bg-gray-200">
<i
class="fas fa-fw fa-home mr-2 text-base text-secondary opacity-40"
v-if="props.note.isRoot"