update styling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user