Skip to content

Commit a4f08aa

Browse files
committed
docs: design update
1 parent 0cfe2ae commit a4f08aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/Logo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<svg
3-
class="h-8 text-black dark:text-white"
3+
class="h-6 text-black md:h-8 dark:text-white"
44
viewbox="0 0 293 40"
55
fill="none"
66
xmlns="http://www.w3.org/2000/svg"

docs/components/content/Highlight.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<span class="text-blue-500"><slot /></span>
2+
<span><slot /></span>
33
</template>
44

55
<style scoped>

0 commit comments

Comments
 (0)