File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const ExampleLayout: FC<
3737
3838 < a
3939 href = "https://www.npmjs.com/package/tailwindcss-variable-themes"
40- className = "underline opacity-50 hover:no-underline hover:opacity-100"
40+ className = "underline opacity-50 hover:no-underline hover:opacity-100 transition-opacity duration-300 flex gap-1 underline-offset-2 items-center "
4141 >
4242 < svg
4343 className = "w-4 h-4"
@@ -56,11 +56,12 @@ export const ExampleLayout: FC<
5656 < polyline points = "3.29 7 12 12 20.71 7" > </ polyline >
5757 < line x1 = "12" y1 = "22" x2 = "12" y2 = "12" > </ line >
5858 </ svg >
59+ < span > NPM</ span >
5960 </ a >
6061
6162 < a
6263 href = "https://github.com/ewgenius/tailwindcss-variable-themes"
63- className = "underline opacity-50 hover:no-underline hover:opacity-100"
64+ className = "underline opacity-50 hover:no-underline hover:opacity-100 transition-opacity duration-300 flex gap-1 underline-offset-2 items-center "
6465 >
6566 < svg
6667 className = "w-4 h-4"
@@ -77,6 +78,7 @@ export const ExampleLayout: FC<
7778 < path d = "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" > </ path >
7879 < path d = "M9 18c-4.51 2-5-2-7-2" > </ path >
7980 </ svg >
81+ < span > GitHub</ span >
8082 </ a >
8183 </ nav >
8284 < h1 className = "text-3xl font-bold" >
You can’t perform that action at this time.
0 commit comments