File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 <img
55 src =" https://github.com/HigherOrderLogic.png"
66 alt =" Logo"
7- class =" h-a w-12 border-rd-full dark:(outline-white outline-solid)"
7+ class =" h-a w-12 border-rd-full dark:(outline-white outline-solid outline-width-2 )"
88 >
99 </nuxt-link >
1010 <div class =" w-full" />
1111 <nav class =" flex gap-4 flex-items-center text-[--un-prose-links]" >
12- <nuxt-link to =" /blogs" >
12+ <nuxt-link class = " font-medium " to =" /blogs" >
1313 Blogs
1414 </nuxt-link >
1515 <nuxt-link to =" https://github.com/HigherOrderLogic" >
16- <div class =" i-mdi -github font-size-[24px]" />
16+ <div class =" i-ri -github-line font-size-[24px]" />
1717 </nuxt-link >
1818 <theme-toggle />
1919 </nav >
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ function changePreference() {
1616 <color-scheme >
1717 <button
1818 class =" font-size-[24px]"
19- :class =" [$colorMode.preference === 'system' ? 'i-mdi-monitor ' : 'i-mdi-weather-sunny dark:i-mdi-weather-night ']"
19+ :class =" [$colorMode.preference === 'system' ? 'i-ri-macbook-line ' : 'i-ri-sun-line dark:i-ri-moon-line ']"
2020 @click =" changePreference"
2121 />
2222 <template #placeholder >
23- <div class =" i-mdi-weather-sunny font-size-[24px]" />
23+ <div class =" i-ri-sun-line font-size-[24px]" />
2424 </template >
2525 </color-scheme >
2626</template >
Original file line number Diff line number Diff line change 22 <div class =" font-normal font-[Inter_Variable] prose-neutral dark:prose-invert" >
33 <div >
44 <navbar />
5- <div class =" mx-a lt-md:px-4 md:prose" :class =" [$style.dashedLink , $style.noHeaderUnderline]" >
5+ <div class =" mx-a lt-md:px-4 md:prose" :class =" [$style.linkUnderline , $style.noHeaderUnderline]" >
66 <slot />
77 <div class =" h-8" />
88 <cd />
1212</template >
1313
1414<style lang="scss" module>
15- .dashedLink {
15+ .linkUnderline {
1616 a {
17- --at-apply : ' underline-dashed underline-offset-3' ;
17+ --at-apply : ' underline-dotted underline-offset-3' ;
1818 }
1919}
2020
You can’t perform that action at this time.
0 commit comments